Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Oct 3, 2023
1 parent 6636c6d commit 763d3f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions test/e2e-regression/cli/tests.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[
{
"name": "issue-372",
"cmd": "build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/compilation-config.yaml' -o bc -u https://github.com/kiegroup/drools/pull/4978 --skipExecution",
"cmd": "build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/compilation-config.yaml' -o bc -u https://github.com/kiegroup/appformer/pull/1394 --skipExecution",
"description": "To test that definition file url placeholders fallback to using default value. Checking whether build succeeded is enough"
},
{
"name": "issue-401",
"cmd": "build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml' -o bc -u https://github.com/kiegroup/optaplanner/pull/2634 -p kiegroup/optaplanner --skipExecution",
"cmd": "build-chain build cross_pr -f 'https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml' -o bc -u https://github.com/apache/incubator-kie-optaplanner/pull/2634 -p kiegroup/optaplanner --skipExecution",
"description": "To test that definition file url placeholders as well as expressions work when defined together. Checking whether build succeeded is enough"
},
{
"name": "issue-386",
"cmd": "build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/kogito-pipelines/1.34.x/.ci/pull-request-config.yaml' -o bc -u https://github.com/kiegroup/kogito-examples/pull/1570 -p kiegroup/kogito-examples --skipExecution",
"cmd": "build-chain build cross_pr -f 'https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/1.34.x/.ci/pull-request-config.yaml' -o bc -u https://github.com/apache/incubator-kie-kogito-examples/pull/1570 -p kiegroup/kogito-examples --skipExecution",
"description": "To test if GITHUB_BASE_REF is set during CLI execution. Checking if 8.34.x is checked out of drools should verify this",
"matchOutput": [
"Project taken from kiegroup/drools:8.34.x",
Expand Down
8 changes: 4 additions & 4 deletions test/e2e-regression/github-action/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"name": "issue-372",
"definition-file": "https://raw.githubusercontent.com/kiegroup/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/compilation-config.yaml",
"flow-type": "cross_pr",
"starting-project": "kiegroup/drools",
"starting-project": "kiegroup/appformer",
"skip-execution": "true",
"event": "https://github.com/kiegroup/drools/pull/4978",
"event": "https://github.com/kiegroup/appformer/pull/1394",
"description": "To test that definition file url placeholders fallback to using default value. Checking whether build succeeded is enough"
},
{
"name": "issue-401",
"definition-file": "https://raw.githubusercontent.com/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml",
"definition-file": "https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml",
"starting-project": "kiegroup/optaplanner",
"flow-type": "cross_pr",
"skip-execution": "true",
"event": "https://github.com/kiegroup/optaplanner/pull/2634",
"event": "https://github.com/apache/incubator-kie-optaplanner/pull/2634",
"description": "To test that definition file url placeholders as well as expressions work when defined together. Checking whether build succeeded is enough"
},
{
Expand Down

0 comments on commit 763d3f4

Please sign in to comment.