mirror of https://github.com/hashicorp/consul
[OSS] Post Consul 1.16 updates (#17606)
* chore: update dev build to 1.17 * chore(ci): add nightly 1.16 test Drop the oldest and add the newest running release branch to nightly builds.pull/17607/head^2
parent
1db02a0349
commit
1e920a7f01
|
@ -1,7 +1,7 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
# Copyright (c) HashiCorp, Inc.
|
||||||
# SPDX-License-Identifier: MPL-2.0
|
# SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
name: Nightly Test 1.12.x
|
name: Nightly Test 1.16.x
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
|
@ -9,8 +9,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.12.x"
|
BRANCH: "release/1.16.x"
|
||||||
BRANCH_NAME: "release-1.12.x" # Used for naming artifacts
|
BRANCH_NAME: "release-1.16.x" # Used for naming artifacts
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend-test-workspace-node:
|
frontend-test-workspace-node:
|
|
@ -1 +1 @@
|
||||||
1.16.0-dev
|
1.17.0-dev
|
||||||
|
|
Loading…
Reference in New Issue