1313pipeline :
1414
1515 display-status :
16- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
16+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
1717 pull : true
1818 environment :
1919 BIN : bin
@@ -25,7 +25,7 @@ pipeline:
2525 - ' git log -1 --pretty=oneline | grep "^${DRONE_COMMIT}" > /dev/null && echo '' Build matches'' || (git log -1 --pretty=oneline | grep "Merge ${DRONE_COMMIT}" > /dev/null && echo '' Build is of a merge commit'' || (echo '' Build does not match!'' && exit 1))'
2626
2727 wait-for-build :
28- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
28+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
2929 pull : true
3030 environment :
3131 BIN : bin
@@ -41,7 +41,7 @@ pipeline:
4141 - tests/wait_until_previous_builds_complete.sh
4242
4343 check-org-membership :
44- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
44+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
4545 pull : true
4646 environment :
4747 BIN : bin
@@ -74,7 +74,7 @@ pipeline:
7474 status : success
7575
7676 vic-unit-test :
77- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
77+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
7878 pull : true
7979 environment :
8080 BIN : bin
@@ -109,7 +109,7 @@ pipeline:
109109 status : success
110110
111111 vic-integration-test-on-pr :
112- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
112+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
113113 pull : true
114114 privileged : true
115115 environment :
@@ -277,7 +277,7 @@ pipeline:
277277 status : success
278278
279279 vic-machine-server-tags-dev :
280- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
280+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
281281 pull : true
282282 environment :
283283 BIN : bin
@@ -293,7 +293,7 @@ pipeline:
293293 status : success
294294
295295 vic-machine-server-tags-release :
296- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48'
296+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:1.48'
297297 pull : true
298298 environment :
299299 BIN : bin
@@ -375,14 +375,16 @@ pipeline:
375375 status : success
376376
377377 pass-rate :
378- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-pass-rate :1.0 '
378+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test :1.48 '
379379 pull : true
380380 environment :
381381 BIN : bin
382382 SHELL : /bin/bash
383383 secrets :
384384 - github_automation_api_key
385385 - slack_url
386+ commands :
387+ - tests/pass-rate.sh
386388 when :
387389 repo : vmware/vic
388390 event : [push, tag]
0 commit comments