Modify e2e image for drone build

Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
danfengliu 2020-08-10 11:40:26 +00:00
parent d81fe8d788
commit 859ff2e1ef
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ pipeline:
status: success status: success
test-and-issue-build: test-and-issue-build:
image: goharbor/harbor-e2e-engine:1.43 image: goharbor/harbor-e2e-engine:2.3
pull: true pull: true
privileged: true privileged: true
environment: environment:

View File

@ -115,7 +115,7 @@ function uploader {
function package_installer { function package_installer {
echo "Package Harbor offline installer." echo "Package Harbor offline installer."
pybot --removekeywords TAG:secret --include Bundle tests/robot-cases/Group0-Distro-Harbor robot --removekeywords TAG:secret --include Bundle tests/robot-cases/Group0-Distro-Harbor
harbor_offline_build_bundle=$(basename harbor-offline-installer-*.tgz) harbor_offline_build_bundle=$(basename harbor-offline-installer-*.tgz)
harbor_online_build_bundle=$(basename harbor-online-installer-*.tgz) harbor_online_build_bundle=$(basename harbor-online-installer-*.tgz)
upload_build=true upload_build=true