Skip to content

Commit

Permalink
ci: temporarily disable centos7/debian arm canaries (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Jan 3, 2024
1 parent 3fa0478 commit 8a5a715
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions test/automated/ansible/group_vars/localhost/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ instances:
############################
# centos arm64
############################
- ami: "ami-07f692d95b2b9c8c5"
type: "t4g.small"
name: "arm64:centos7"
username: "centos"
platform: "linux"
python_interpreter: "/usr/bin/python"
launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
# - ami: "ami-07f692d95b2b9c8c5"
# type: "t4g.small"
# name: "arm64:centos7"
# username: "centos"
# platform: "linux"
# python_interpreter: "/usr/bin/python"
# launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
- ami: "ami-035734c938e7da7af"
type: "t4g.small"
name: "arm64:centos8"
Expand Down Expand Up @@ -276,27 +276,27 @@ instances:
############################
# debian arm64
############################
- ami: "ami-07d2054a4befc97f7"
type: "t4g.small"
name: "arm64:debian-buster"
username: "admin"
platform: "linux"
python_interpreter: "/usr/bin/python3"
launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
- ami: "ami-03cabbbc935f5826f"
type: "t4g.small"
name: "arm64:debian-bullseye"
username: "admin"
platform: "linux"
python_interpreter: "/usr/bin/python3"
launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
- ami: "ami-05f312273b2ebaf0b"
type: "t4g.small"
name: "arm64:debian-bookworm"
username: "admin"
platform: "linux"
python_interpreter: "/usr/bin/python3"
launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
# - ami: "ami-07d2054a4befc97f7"
# type: "t4g.small"
# name: "arm64:debian-buster"
# username: "admin"
# platform: "linux"
# python_interpreter: "/usr/bin/python3"
# launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
# - ami: "ami-03cabbbc935f5826f"
# type: "t4g.small"
# name: "arm64:debian-bullseye"
# username: "admin"
# platform: "linux"
# python_interpreter: "/usr/bin/python3"
# launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
# - ami: "ami-05f312273b2ebaf0b"
# type: "t4g.small"
# name: "arm64:debian-bookworm"
# username: "admin"
# platform: "linux"
# python_interpreter: "/usr/bin/python3"
# launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
############################
# amazon linux 2 amd64
############################
Expand Down

0 comments on commit 8a5a715

Please sign in to comment.