Skip to content

Commit

Permalink
fix e2e-regression/cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Mar 6, 2024
1 parent 99a863f commit 1d674ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-regression/cli/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d674ce

Please sign in to comment.