Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix e2e-regression/cli tests #465

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions test/e2e-regression/cli/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
},
{
"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",
"Project taken from kiegroup/drools:main",
"Project taken from kiegroup/optaplanner:main",
"Project taken from kiegroup/optaplanner-quickstarts:8.x"
]
},
{
"name": "issue-378",
"cmd": "build-chain build branch -f https://raw.githubusercontent.com/radtriste/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/drools -b quarkus_3 -g radtriste --skipExecution",
"description": "To ensure that branch flow uses the user input. Checking if radtriste/drools is checked out instead of kiegroup/drools should be enough",
"cmd": "build-chain build branch -f https://raw.githubusercontent.com/rgdoliveira/kogito-pipelines/main/.ci/pull-request-config.yaml -o bc -p kiegroup/drools -b main -g rgdoliveira --skipExecution",
"description": "To ensure that branch flow uses the user input. Checking if rgdoliveira/drools is checked out instead of kiegroup/drools should be enough",
"matchOutput": [
"Project taken from radtriste/drools:quarkus_3"
"Project taken from rgdoliveira/drools:main"
],
"dontMatchOutput": [
"Project taken from kiegroup/drools:quarkus_3"
"Project taken from kiegroup/drools:main"
]
},
{
Expand Down
Loading