From 1d674ce9554704e37ad598dcc8b1f82190d9ffdd Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Wed, 6 Mar 2024 15:51:04 +0100 Subject: [PATCH] fix e2e-regression/cli tests --- test/e2e-regression/cli/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-regression/cli/tests.json b/test/e2e-regression/cli/tests.json index 256ff8a..7aea6f1 100644 --- a/test/e2e-regression/cli/tests.json +++ b/test/e2e-regression/cli/tests.json @@ -22,7 +22,7 @@ }, { "name": "pr-388,build-chain-config-reader-issue-91", - "cmd": "build-chain build branch -f 'https://raw.githubusercontent.com/${GROUP:kiegroup}/optaplanner/main/.ci/nightly-build-config.yaml' -b main -o bc -p kiegroup/optaplanner --fullProjectDependencyTree --skipParallelCheckout --skipExecution --skipProjectCheckout 'jboss-integration/rhbop-optaplanner'", + "cmd": "build-chain build branch -f 'https://raw.githubusercontent.com/${GROUP:kiegroup}/optaplanner/8.38.x-prod/.ci/nightly-build-config.yaml' -b main -o bc -p kiegroup/optaplanner --fullProjectDependencyTree --skipParallelCheckout --skipExecution --skipProjectCheckout 'jboss-integration/rhbop-optaplanner'", "description": "There needs to be a clear difference between project triggering the job and starting project. Checking which branch is checked out should verify this since if there was no distinction then we would have incorrect mapping", "matchOutput": [ "Project taken from kiegroup/drools:main-integration-quarkus-lts",