Skip to content

Commit

Permalink
Add Mariner 2 ARM64 to test run (#2740)
Browse files Browse the repository at this point in the history
Co-authored-by: narrieta <narrieta>
  • Loading branch information
narrieta committed Jan 25, 2023
1 parent 0f07596 commit 8328286
Showing 1 changed file with 13 additions and 9 deletions.
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

0 comments on commit 8328286

Please sign in to comment.