chore(ci): fix nightly UI test syntaxx
This commit is contained in:
parent
a3a0c5cb0f
commit
ff0b7f4250
|
@ -5,16 +5,14 @@ on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BRANCH_MATRIX: "[ release/1.10.x, release/1.11.x, release/1.12.x ]"
|
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partion
|
||||||
EMBER_PARTITION_TOTAL: 4
|
|
||||||
EMBER_PARTITION_MATRIX: "[ 1, 2, 3, 4 ]"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend-cache:
|
frontend-cache:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -38,7 +36,7 @@ jobs:
|
||||||
needs: [frontend-cache]
|
needs: [frontend-cache]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -72,7 +70,7 @@ jobs:
|
||||||
needs: [frontend-cache]
|
needs: [frontend-cache]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
env:
|
env:
|
||||||
JOBS: 2
|
JOBS: 2
|
||||||
CONSUL_NSPACES_ENABLED: 0
|
CONSUL_NSPACES_ENABLED: 0
|
||||||
|
@ -110,8 +108,8 @@ jobs:
|
||||||
needs: [frontend-build-oss]
|
needs: [frontend-build-oss]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
partion: ${{ env.EMBER_PARTITION_MATRIX }}
|
partion: [ 1, 2, 3, 4 ]
|
||||||
env:
|
env:
|
||||||
CONSUL_NSPACES_ENABLED: 0
|
CONSUL_NSPACES_ENABLED: 0
|
||||||
EMBER_TEST_REPORT: test-results/report-oss.xml #outputs test report for CircleCI test summary
|
EMBER_TEST_REPORT: test-results/report-oss.xml #outputs test report for CircleCI test summary
|
||||||
|
@ -152,7 +150,7 @@ jobs:
|
||||||
needs: [frontend-cache]
|
needs: [frontend-cache]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
env:
|
env:
|
||||||
JOBS: 2
|
JOBS: 2
|
||||||
CONSUL_NSPACES_ENABLED: 1
|
CONSUL_NSPACES_ENABLED: 1
|
||||||
|
@ -190,8 +188,8 @@ jobs:
|
||||||
needs: [frontend-build-ent]
|
needs: [frontend-build-ent]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
partion: ${{ env.EMBER_PARTITION_MATRIX }}
|
partion: [ 1, 2, 3, 4 ]
|
||||||
env:
|
env:
|
||||||
CONSUL_NSPACES_ENABLED: 1
|
CONSUL_NSPACES_ENABLED: 1
|
||||||
EMBER_TEST_REPORT: test-results/report-oss.xml #outputs test report for CircleCI test summary
|
EMBER_TEST_REPORT: test-results/report-oss.xml #outputs test report for CircleCI test summary
|
||||||
|
@ -232,7 +230,7 @@ jobs:
|
||||||
needs: [frontend-build-ent]
|
needs: [frontend-build-ent]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ env.BRANCH_MATRIX }}
|
branch: [ release/1.10.x, release/1.11.x, release/1.12.x ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue