Skip to content

Commit 0f9ff44

Browse files
author
wendingh
committed
test vic on the vsphere 7.0u3
1 parent 2c978fe commit 0f9ff44

18 files changed

+34
-32
lines changed

.drone.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clone:
1313
pipeline:
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]

tests/test-cases/Group3-Docker-Compose/3-01-Docker-Compose-LEMP.md renamed to tests/Group3-Docker-Compose/3-01-Docker-Compose-LEMP.md

File renamed without changes.

tests/test-cases/Group3-Docker-Compose/3-01-Docker-Compose-LEMP.robot renamed to tests/Group3-Docker-Compose/3-01-Docker-Compose-LEMP.robot

File renamed without changes.

tests/test-cases/Group3-Docker-Compose/3-02-Docker-Compose-Voting-App.md renamed to tests/Group3-Docker-Compose/3-02-Docker-Compose-Voting-App.md

File renamed without changes.

tests/test-cases/Group3-Docker-Compose/3-02-Docker-Compose-Voting-App.robot renamed to tests/Group3-Docker-Compose/3-02-Docker-Compose-Voting-App.robot

File renamed without changes.

tests/test-cases/Group3-Docker-Compose/3-03-Docker-Compose-Basic.md renamed to tests/Group3-Docker-Compose/3-03-Docker-Compose-Basic.md

File renamed without changes.

tests/test-cases/Group3-Docker-Compose/3-03-Docker-Compose-Basic.robot renamed to tests/Group3-Docker-Compose/3-03-Docker-Compose-Basic.robot

File renamed without changes.

tests/test-cases/Group3-Docker-Compose/3-04-Docker-Compose-Fixtures.robot renamed to tests/Group3-Docker-Compose/3-04-Docker-Compose-Fixtures.robot

File renamed without changes.
File renamed without changes.

tests/integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ -f "$outfile" ]; then
125125
# echo "https://vic-logs.vcna.io/$DRONE_BUILD_NUMBER/"
126126
echo "Please visit to http://${LOG_SERVER_IP}/${save_dir}/ for looking over ci log."
127127
echo "Download test logs:"
128-
echo "https://console.cloud.google.com/m/cloudstorage/b/vic-ci-logs/o/$outfile?authuser=1"
128+
echo "https://storage.googleapis.com/vic-ci-logs/$outfile"
129129
echo "----------------------------------------------"
130130
else
131131
echo "No log output file to upload"

0 commit comments

Comments
 (0)