Skip to content

Commit 39de131

Browse files
committed
Fix pre-upgrade container's updates being dropped
just test
1 parent 0ec0f3a commit 39de131

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.drone.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -75,41 +75,6 @@ pipeline:
7575
when:
7676
status: success
7777

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-
11378
vic-integration-test-on-pr:
11479
image: 'wdc-harbor-ci.eng.vmware.com/default-project/vic-integration-test:1.48'
11580
pull: true

tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Run Docker Checks
7171
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} ps -a
7272
Should Be Equal As Integers ${rc} 0
7373

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)
7777

7878
# Check that rename works on a container from a VCH that supports rename
7979
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} pull ${busybox}

0 commit comments

Comments
 (0)