File tree 2 files changed +3
-38
lines changed
tests/test-cases/Group11-Upgrade
2 files changed +3
-38
lines changed Original file line number Diff line number Diff line change @@ -75,41 +75,6 @@ pipeline:
75
75
when :
76
76
status : success
77
77
78
- vic-unit-test :
79
- image : ' wdc-harbor-ci.eng.vmware.com/default-project/vic-integration-test:1.48'
80
- pull : true
81
- environment :
82
- BIN : bin
83
- GOPATH : /go
84
- SHELL : /bin/bash
85
- secrets :
86
- - drone_server
87
- - drone_token
88
- - github_automation_api_key
89
- - codecov_token
90
- commands :
91
- - tests/unit-test-check.sh
92
- when :
93
- status : success
94
-
95
- custom-bootstrap-iso :
96
- image : ' gcr.io/eminent-nation-87317/vic-build-image:yum'
97
- pull : true
98
- environment :
99
- BIN : bin
100
- GOPATH : /go
101
- SHELL : /bin/bash
102
- secrets :
103
- - drone_server
104
- - drone_token
105
- - github_automation_api_key
106
- - codecov_token
107
- commands :
108
- - export BUILD_NUMBER=${DRONE_BUILD_NUMBER}
109
- - ./tests/generate-custom-iso.sh centos-6.9
110
- when :
111
- status : success
112
-
113
78
vic-integration-test-on-pr :
114
79
image : ' wdc-harbor-ci.eng.vmware.com/default-project/vic-integration-test:1.48'
115
80
pull : true
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ Run Docker Checks
71
71
${rc } ${output } = Run And Return Rc And Output docker %{VCH-PARAMS } ps -a
72
72
Should Be Equal As Integers ${rc } 0
73
73
74
- ${status } = Get State Of Github Issue 7534
75
- Run Keyword If '${status } ' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved
76
- # Should Not Contain ${output} Exited (0)
74
+ # ${status}= Get State Of Github Issue 7534
75
+ # Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved
76
+ Should Not Contain ${output } Exited (0)
77
77
78
78
# Check that rename works on a container from a VCH that supports rename
79
79
${rc } ${output } = Run And Return Rc And Output docker %{VCH-PARAMS } pull ${busybox }
You can’t perform that action at this time.
0 commit comments