[OSS] Post Consul 1.15 updates (#16256)
* chore: update dev build to 1.16 * chore(ci): add nightly 1.15 test
This commit is contained in:
parent
dc72b3d006
commit
c10039a54c
|
@ -1,4 +1,4 @@
|
||||||
name: Nightly Test 1.11.x
|
name: Nightly Test 1.15.x
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
|
@ -6,8 +6,8 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
|
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
|
||||||
BRANCH: "release/1.11.x"
|
BRANCH: "release/1.15.x"
|
||||||
BRANCH_NAME: "release-1.11.x" # Used for naming artifacts
|
BRANCH_NAME: "release/1.15.x" # Used for naming artifacts
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend-test-workspace-node:
|
frontend-test-workspace-node:
|
|
@ -1 +1 @@
|
||||||
1.15.0-dev
|
1.16.0-dev
|
||||||
|
|
Loading…
Reference in New Issue