Skip to content

Commit

Permalink
Revert "Add build pipeline for 2404 CVM"
Browse files Browse the repository at this point in the history
This reverts commit 800717d.
  • Loading branch information
pineapplethevoyager committed Feb 5, 2025
1 parent 800717d commit 807c5f0
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .pipelines/.vsts-vhd-builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ parameters:
displayName: Build 2404 Gen1 Containerd
type: boolean
default: true
- name: build2404cvmgen2containerd
displayName: Build 2404 CVM Gen2 Containerd
type: boolean
default: true
- name: build2404gen2containerd
displayName: Build 2404 Gen2 Containerd
type: boolean
Expand Down Expand Up @@ -1113,32 +1109,6 @@ stages:
useOverrides: ${{ parameters.useOverrides }}
overrideBranch: ${{ parameters.overrideBranch }}
artifactName: 2404-containerd
- job: build2404cvmgen2containerd
condition: eq('${{ parameters.build2404cvmgen2containerd }}', true)
dependsOn: [ ]
timeoutInMinutes: 180
steps:
- bash: |
echo '##vso[task.setvariable variable=OS_SKU]Ubuntu'
echo '##vso[task.setvariable variable=OS_VERSION]24.04'
echo '##vso[task.setvariable variable=IMG_PUBLISHER]Canonical'
echo '##vso[task.setvariable variable=IMG_OFFER]ubuntu-24_04-lts-cvm'
echo '##vso[task.setvariable variable=IMG_SKU]server'
echo '##vso[task.setvariable variable=IMG_VERSION]latest'
echo '##vso[task.setvariable variable=HYPERV_GENERATION]V2'
echo '##vso[task.setvariable variable=AZURE_VM_SIZE]Standard_D16ds_v5'
echo '##vso[task.setvariable variable=FEATURE_FLAGS]None'
echo '##vso[task.setvariable variable=CONTAINER_RUNTIME]containerd'
echo '##vso[task.setvariable variable=ARCHITECTURE]X86_64'
echo '##vso[task.setvariable variable=ENABLE_FIPS]False'
echo '##vso[task.setvariable variable=ENABLE_TRUSTED_LAUNCH]False'
echo '##vso[task.setvariable variable=SGX_INSTALL]True'
displayName: Setup Build Variables
- template: ./templates/.builder-release-template.yaml
parameters:
useOverrides: ${{ parameters.useOverrides }}
overrideBranch: ${{ parameters.overrideBranch }}
artifactName: 2404-cvm-gen2-containerd
- job: build2404gen2containerd
condition: eq('${{ parameters.build2404gen2containerd }}', true)
dependsOn: [ ]
Expand Down

0 comments on commit 807c5f0

Please sign in to comment.