Skip to content

Commit

Permalink
Add Azure Linux 3 FIPS image to daily tests (#3227)
Browse files Browse the repository at this point in the history
* Add Azure Linux 3 FIPS image to daily tests

* .

* .

* .

* .

---------

Co-authored-by: narrieta@microsoft <narrieta>
  • Loading branch information
narrieta authored Sep 23, 2024
1 parent 2e93b78 commit 69c7bfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests_e2e/test_suites/agent_persist_firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ owns_vm: true # This vm cannot be shared with other tests because it modifies t
# (2023-11-14T19:04:13.738695Z ERROR ExtHandler ExtHandler Unable to setup the persistent firewall rules: [Errno 30] Read-only file system: '/lib/systemd/system/waagent-network-setup.service)
skip_on_images:
- "azure-linux_3" # TODO: the test in unstable on Azure Linux 3; skipping for now
- "azure-linux_3_fips" # TODO: the test in unstable on Azure Linux 3; skipping for now
- "azure-linux_3_arm64" # TODO: the test in unstable on Azure Linux 3; skipping for now
- "debian_9" # TODO: Reboot is slow on debian_9. Need to investigate further.
- "flatcar"
Expand Down
3 changes: 0 additions & 3 deletions tests_e2e/test_suites/ext_sequencing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ tests:
images: "endorsed"
# This scenario is executed on instances of a scaleset created by the agent test suite.
executes_on_scale_set: true
skip_on_images: # TODO: AzureMonitorLinuxAgent, used by this test, currently does not work on Azure Linux 3. Remove this once it is fixed.
- "azure-linux_3"
- "azure-linux_3_arm64"
6 changes: 6 additions & 0 deletions tests_e2e/test_suites/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ image-sets:
- "suse_12"
- "mariner_2"
- "azure-linux_3"
- "azure-linux_3_fips"
- "suse_15"
- "rhel_79"
- "rhel_82"
Expand Down Expand Up @@ -108,6 +109,11 @@ images:
locations:
AzureUSGovernment: []
AzureChinaCloud: []
azure-linux_3_fips:
urn: "microsoftcblmariner azure-linux-3 azure-linux-3-gen2-fips latest"
locations:
AzureUSGovernment: []
AzureChinaCloud: []
azure-linux_3_arm64:
urn: "microsoftcblmariner azure-linux-3 azure-linux-3-arm64 latest"
locations:
Expand Down

0 comments on commit 69c7bfb

Please sign in to comment.