mirror of
https://github.com/hashicorp/vault.git
synced 2026-07-16 04:15:58 -04:00
Backport pipeline: enable us-east-2 region when running scenarios into release/2.0.x+ent into ce/release/2.0.x
* pipeline: enable us-east-2 region when running scenarios (#15869) (#15874) Due to the frequent runner disconnects leaving orphaned infra, we're now commonly seeing more VPC limit issues in the intervals between when the infra sweeper runs. Instead of increasing our limits more, we'll instead enable `us-east-2`. There will be a marginal cost impact as `us-east-2` is ever so slightly more expensive than `us-west-2` and `us-east-1`, but it's worth it so as to not have failing CI runs. Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
1e5afd1412
commit
6154fd0a3a
2 changed files with 3 additions and 3 deletions
|
|
@ -9,11 +9,11 @@
|
|||
|
||||
globals {
|
||||
sample_attributes = {
|
||||
aws_region = ["us-east-1", "us-west-2"]
|
||||
aws_region = ["us-east-1", "us-east-2", "us-west-2"]
|
||||
distro_version_amzn = ["2023"]
|
||||
distro_version_rhel = ["8.10", "9.7", "10.1"]
|
||||
distro_version_sles = ["15.7", "16.0"]
|
||||
distro_version_ubuntu = ["22.04", "24.04", "26.04"]
|
||||
upgrade_initial_version = ["1.20.0", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.20.7", "1.20.8", "1.20.9", "1.20.10", "1.21.0-rc1", "1.21.0", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "2.0.0-rc1", "2.0.0"]
|
||||
upgrade_initial_version = ["1.19.0", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.19.5", "1.20.0-rc1", "1.20.0-rc2", "1.20.0", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.21.0-rc1", "1.21.0", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "2.0.0-rc1", "2.0.0", "2.0.1", "2.0.2", "2.0.3"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
globals {
|
||||
sample_attributes = {
|
||||
aws_region = ["us-east-1", "us-west-2"]
|
||||
aws_region = ["us-east-1", "us-east-2", "us-west-2"]
|
||||
distro_version_amzn = ["2023"]
|
||||
distro_version_rhel = ["8.10", "9.7", "10.1"]
|
||||
distro_version_sles = ["15.7", "16.0"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue