Skip to content

Commit

Permalink
use double quotes for expected logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieqliu committed Oct 23, 2024
1 parent 632dcdf commit e85fe30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launcher/image/test/test_launchpolicy_cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
id: HealthMonitorDebugOnlyTest
entrypoint: 'bash'
args: ['scripts/test_launchpolicy_health_monitoring.sh', '${_HEALTH_MONITOR_VM_NAME_PREFIX}-debugonly-${BUILD_ID}', '${_ZONE}', '\'none\' monitoring allowed on hardened environment.*\'all\' monitoring allowed on debug environment']
args: ['scripts/test_launchpolicy_health_monitoring.sh', '${_HEALTH_MONITOR_VM_NAME_PREFIX}-debugonly-${BUILD_ID}', '${_ZONE}', "'none' monitoring allowed on hardened environment.*'all' monitoring allowed on debug environment"]
waitFor: ['CreateVMHealthMonitorDebugOnly']
- name: 'gcr.io/cloud-builders/gcloud'
id: CleanUpHealthMonitorDebugOnly
Expand All @@ -238,7 +238,7 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
id: HealthMonitorNeverTest
entrypoint: 'bash'
args: ['scripts/test_launchpolicy_health_monitoring.sh', '${_HEALTH_MONITOR_VM_NAME_PREFIX}-never-${BUILD_ID}', '${_ZONE}', '\'none\' monitoring allowed on hardened environment.*\'none\' monitoring allowed on debug environment']
args: ['scripts/test_launchpolicy_health_monitoring.sh', '${_HEALTH_MONITOR_VM_NAME_PREFIX}-never-${BUILD_ID}', '${_ZONE}', "'none' monitoring allowed on hardened environment.*'none' monitoring allowed on debug environment"]
waitFor: ['CreateVMHealthMonitorNever']
- name: 'gcr.io/cloud-builders/gcloud'
id: CleanUpHealthMonitorNever
Expand All @@ -263,7 +263,7 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
id: HealthMonitorMemoryTest
entrypoint: 'bash'
args: ['scripts/test_launchpolicy_health_monitoring.sh', '${_HEALTH_MONITOR_VM_NAME_PREFIX}-mem-${BUILD_ID}', '${_ZONE}', '\'memoryonly\' monitoring allowed on hardened environment.*\'memoryonly\' monitoring allowed on debug environment']
args: ['scripts/test_launchpolicy_health_monitoring.sh', '${_HEALTH_MONITOR_VM_NAME_PREFIX}-mem-${BUILD_ID}', '${_ZONE}', "'memoryonly' monitoring allowed on hardened environment.*'memoryonly' monitoring allowed on debug environment"]
waitFor: ['CreateVMHealthMonitorMemory']
- name: 'gcr.io/cloud-builders/gcloud'
id: CleanUpHealthMonitorMemory
Expand Down

0 comments on commit e85fe30

Please sign in to comment.