Skip to content

Commit

Permalink
reverted to ubuntu 20. will have to investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
jkislin committed Sep 27, 2024
1 parent 8355965 commit b5ebbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/2-Run-Epinow2-Pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
POOL_ID: "cfa-epinow2-${{ env.SHORT_SHA }}" # version the pools with the github sha
BATCH_ACCOUNT: "cfaprdba"
BATCH_ENDPOINT: "https://cfaprdba.eastus.batch.azure.com/"
VM_IMAGE_TAG: "canonical:0001-com-ubuntu-server-focal:22_04-lts"
NODE_AGENT_SKU_ID: "batch.node.ubuntu 22.04"
VM_IMAGE_TAG: "canonical:0001-com-ubuntu-server-focal:20_04-lts"
NODE_AGENT_SKU_ID: "batch.node.ubuntu 20.04"
VM_SIZE: "standard_a4m_v2"
RESOURCE_GROUP: ${{ secrets.PRD_RESOURCE_GROUP }}

Expand Down

0 comments on commit b5ebbf7

Please sign in to comment.