Skip to content

Commit

Permalink
Use 1ES-hosted agent for Ubuntu 22.04 arm64 (#7183)
Browse files Browse the repository at this point in the history
When we first created 1ES-hosted agents for Ubuntu 22.04, 1ES didn't support arm64 yet so we only enabled amd64. Any issues have since been resolved, so this change enables arm64 agents for the end-to-end test pipeline.
  • Loading branch information
damonbarry authored Jan 1, 2024
1 parent 4dece4c commit 7de3f43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builds/e2e/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,9 @@ jobs:
displayName: Ubuntu 22.04 on arm64v8

pool:
name: $(pool.custom.name)
demands: ubu2204-arm64-e2e-tests
name: $(pool.linux.arm.name)
demands:
- ImageOverride -equals agent-aziotedge-ubuntu-22.04-arm64-msmoby

variables:
os: linux
Expand Down

0 comments on commit 7de3f43

Please sign in to comment.