Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
ci: interpret STABILITY_ITERATIONS as int
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Apr 28, 2021
1 parent b5b7bfa commit 424b824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
CLEANUP_ON_EXIT: true
CLEANUP_IF_FAIL: true
GINKGO_SKIP: ${{ parameters.skipTests }}
STABILITY_ITERATIONS: '$(E2E_STABILITY_ITERATIONS)'
STABILITY_ITERATIONS: $(E2E_STABILITY_ITERATIONS)
RETAIN_SSH: false
ENABLE_KMS_ENCRYPTION: ${{ parameters.enableKMSEncryption }}
SUBSCRIPTION_ID: '$(SUBSCRIPTION_ID_E2E_KUBERNETES)'
Expand Down

0 comments on commit 424b824

Please sign in to comment.