Merge pull request #12695 from danfengliu/upgrade-robotframework-in-drone

Modify e2e image for drone build
This commit is contained in:
stonezdj(Daojun Zhang) 2020-08-10 21:11:35 +08:00 committed by GitHub
commit 2d9c72a6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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