Skip to content

Commit d6f0887

Browse files
committed
Disable Prometheus while VM verifications
1 parent 1aff577 commit d6f0887

File tree

1 file changed

+1
-1
lines changed
  • jenkins/PerfCI_Chaos/04_PerfCI_Chaos_Upgrade_OpenShift_Deployment

1 file changed

+1
-1
lines changed

jenkins/PerfCI_Chaos/04_PerfCI_Chaos_Upgrade_OpenShift_Deployment/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pipeline {
5656
CONTAINER_KUBECONFIG_PATH = '/home/jenkins/.kube/config'
5757
WORKER_DISK_PREFIX = 'wwn-0x'
5858
SAVE_ARTIFACTS_LOCAL = 'False'
59-
ENABLE_PROMETHEUS_SNAPSHOT = 'True'
59+
ENABLE_PROMETHEUS_SNAPSHOT = 'False'
6060
DELETE_ALL = 'False' // Not delete the running Windows11 VMs
6161
VERIFICATION_ONLY = 'True'
6262
RUN_TYPE = 'perf_ci'

0 commit comments

Comments
 (0)