ci: Add nightly test workflow for 1.13, remove 1.10 (#13927)

Signed-off-by: Evan Culver <eculver@hashicorp.com>
This commit is contained in:
Evan Culver 2022-07-27 16:59:00 -04:00 committed by GitHub
parent 0999e05a7d
commit 3f876b85d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
name: Nightly 1.10.x Test
name: Nightly Test 1.13.x
on:
schedule:
- cron: '0 4 * * *'
@ -6,8 +6,8 @@ on:
env:
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
BRANCH: "release/1.10.x"
BRANCH_NAME: "release-1.10.x" # Used for naming artifacts
BRANCH: "release/1.13.x"
BRANCH_NAME: "release/1.13.x" # Used for naming artifacts
jobs:
frontend-test-workspace-node:
@ -27,7 +27,7 @@ jobs:
- name: Install
id: install
working-directory: ./ui
run: yarn install
run: make deps
- name: Workspace Tests
id: workspace-test
@ -59,7 +59,7 @@ jobs:
- name: Install
id: install
working-directory: ./ui
run: yarn install
run: make deps
- name: Ember Build OSS
id: build-oss
@ -98,7 +98,7 @@ jobs:
- name: Install
id: install
working-directory: ./ui
run: yarn install
run: make deps
- name: Download OSS Frontend
uses: actions/download-artifact@v3
@ -131,7 +131,7 @@ jobs:
- name: Install
id: install
working-directory: ./ui
run: yarn install
run: make deps
- name: Ember Build ENT
id: build-oss
@ -170,7 +170,7 @@ jobs:
- name: Install
id: install
working-directory: ./ui
run: yarn install
run: make deps
- name: Download ENT Frontend
uses: actions/download-artifact@v3
@ -201,7 +201,7 @@ jobs:
- name: Install
id: install
working-directory: ./ui
run: yarn install
run: make deps
- name: Download ENT Frontend
uses: actions/download-artifact@v3