Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mariner 2 ARM64 to test run #2740

Merged
merged 2 commits into from
Jan 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions tests_e2e/scenarios/runbooks/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ extension:
variable:
- name: subscription_id
value: ""
- name: vm_size
value: ""
- name: keep_environment
value: "no"
- name: wait_delete
Expand All @@ -25,9 +23,11 @@ variable:
value: ""
is_secret: true

# The image and location are set by the combinator
# The image, vm_size, and location are set by the combinator
- name: marketplace_image
value: ""
- name: vm_size
value: ""
- name: location
value: ""
- name: default_location
Expand Down Expand Up @@ -57,24 +57,28 @@ combinator:
items:
- marketplace_image: "Canonical UbuntuServer 18.04-LTS latest"
location: $(default_location)
vm_size: ""
- marketplace_image: "Debian debian-10 10 latest"
location: $(default_location)
vm_size: ""
- marketplace_image: "OpenLogic CentOS 7_9 latest"
location: $(default_location)
vm_size: ""
- marketplace_image: "SUSE sles-15-sp2-basic gen2 latest"
location: $(default_location)
vm_size: ""
- marketplace_image: "RedHat RHEL 7-RAW latest"
location: $(default_location)
vm_size: ""
- marketplace_image: "microsoftcblmariner cbl-mariner cbl-mariner-1 latest"
location: $(default_location)
vm_size: ""
- marketplace_image: "microsoftcblmariner cbl-mariner cbl-mariner-2 latest"
location: $(default_location)
#
# TODO: Add this image (currently there are allocation issues trying to use it)
#
# # Mariner 2 ARM64 is not available in westus2 currently; use eastus.
# - marketplace_image: "microsoftcblmariner cbl-mariner cbl-mariner-2-arm64 latest"
# location: "eastus"
vm_size: ""
- marketplace_image: "microsoftcblmariner cbl-mariner cbl-mariner-2-arm64 latest"
location: "eastus"
vm_size: "Standard_D2pls_v5"

concurrency: 10

Expand Down