File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed
Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -13,50 +13,8 @@ schedules:
1313pool : staging-pool-amd64-mariner-2
1414
1515jobs :
16- - job : verify_deployment_yaml
17- timeoutInMinutes : 30
18- workspace :
19- clean : all
20- variables :
21- # contains the following environment variables:
22- # - AZURE_TENANT_ID
23- # - SERVICE_ACCOUNT_ISSUER
24- - group : e2e-environment-variables
25- - name : OUTPUT_TYPE
26- value : " type=docker"
27- steps :
28- - script : |
29- openssl genrsa -out sa.key 2048
30- openssl rsa -in sa.key -pubout -out sa.pub
31- make kind-create
32- displayName: Create a kind cluster
33- env:
34- SKIP_PREFLIGHT: "true"
35- SERVICE_ACCOUNT_ISSUER: $(SERVICE_ACCOUNT_ISSUER)
36- - script : |
37- # build the same image as the one in the deployment YAML
38- # then load it into the kind cluster
39- make docker-build kind-load-images
40- displayName: Build the webhook image
41- env:
42- ALL_IMAGES: webhook
43- ALL_LINUX_ARCH: amd64
44- OUTPUT_TYPE: type=docker
45- - script : |
46- # deploy the webhook, wait for it to
47- # be ready, then uninstall it
48- make deploy uninstall-deploy
49- displayName: Verify deployment YAML in manifest_staging/
50- env:
51- AZURE_TENANT_ID: $(AZURE_TENANT_ID)
52- DEPLOYMENT_YAML: true
53- - script : make kind-delete
54- displayName : Cleanup
55- condition : always()
5616 - job :
5717 timeoutInMinutes : 60
58- dependsOn :
59- - verify_deployment_yaml
6018 workspace :
6119 clean : all
6220 variables :
You can’t perform that action at this time.
0 commit comments