We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e375c2 commit c906171Copy full SHA for c906171
.gitlab-ci.yml
@@ -24,3 +24,10 @@ build-csi-snapshot-validation-webhook:
24
IMAGE_NAME: "csi-snapshot-validation-webhook"
25
EXTRA_ARGS: "-f cmd/snapshot-validation-webhook/Dockerfile"
26
extends: .build-docker-image
27
+
28
+run-campaign-aws:
29
+ variables:
30
+ CHART_NAME: k8s-platform-aws-ebs-csi-driver
31
+ COMPONENT: snapshotter
32
+ SLACK_CHANNEL: compute-storage-ops
33
+ extends: .run-campaign
0 commit comments