Skip to content

Commit

Permalink
Fix pre-upgrade container's updates being dropped
Browse files Browse the repository at this point in the history
just test
  • Loading branch information
YanzhaoLi committed Dec 5, 2018
1 parent 0ec0f3a commit 39de131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
35 changes: 0 additions & 35 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,41 +75,6 @@ pipeline:
when:
status: success

vic-unit-test:
image: 'wdc-harbor-ci.eng.vmware.com/default-project/vic-integration-test:1.48'
pull: true
environment:
BIN: bin
GOPATH: /go
SHELL: /bin/bash
secrets:
- drone_server
- drone_token
- github_automation_api_key
- codecov_token
commands:
- tests/unit-test-check.sh
when:
status: success

custom-bootstrap-iso:
image: 'gcr.io/eminent-nation-87317/vic-build-image:yum'
pull: true
environment:
BIN: bin
GOPATH: /go
SHELL: /bin/bash
secrets:
- drone_server
- drone_token
- github_automation_api_key
- codecov_token
commands:
- export BUILD_NUMBER=${DRONE_BUILD_NUMBER}
- ./tests/generate-custom-iso.sh centos-6.9
when:
status: success

vic-integration-test-on-pr:
image: 'wdc-harbor-ci.eng.vmware.com/default-project/vic-integration-test:1.48'
pull: true
Expand Down
6 changes: 3 additions & 3 deletions tests/test-cases/Group11-Upgrade/11-01-Upgrade.robot
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Run Docker Checks
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} ps -a
Should Be Equal As Integers ${rc} 0

${status}= Get State Of Github Issue 7534
Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved
#Should Not Contain ${output} Exited (0)
# ${status}= Get State Of Github Issue 7534
# Run Keyword If '${status}' == 'closed' Fail Exit code check below needs to be updated now that Issue #7534 has been resolved
Should Not Contain ${output} Exited (0)

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

0 comments on commit 39de131

Please sign in to comment.