Skip to content

Commit

Permalink
NR-140770 ci: disable sles 15.1 arm as no opensuse repo (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna authored Jul 19, 2023
1 parent d152cb5 commit 4824d3f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test/automated/ansible/group_vars/localhost/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,14 @@ instances:
############################
# sles arm64
############################
- ami: "ami-087e5fdeac18a84ae" # based on suse-sles-15-sp1-byos-v20220128-hvm-ssd-arm64
type: "t4g.small"
name: "arm64:sles-15.1"
username: "ec2-user"
platform: "linux"
python_interpreter: "/usr/bin/python3"
launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
# No repo in OpenSuse for 15.1 ARM
# - ami: "ami-087e5fdeac18a84ae" # based on suse-sles-15-sp1-byos-v20220128-hvm-ssd-arm64
# type: "t4g.small"
# name: "arm64:sles-15.1"
# username: "ec2-user"
# platform: "linux"
# python_interpreter: "/usr/bin/python3"
# launch_template: "LaunchTemplateId=lt-0b00afb3f5110a0e6,Version=3"
- ami: "ami-0194f07e3eedf8118"
type: "t4g.small"
name: "arm64:sles-15.3" # based on suse-sles-15-sp3-v20211219-hvm-ssd-arm64
Expand Down

0 comments on commit 4824d3f

Please sign in to comment.