mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
Refer to goharbor/harbor in the integration logic
An incomplete update to the integration testing logic to replace some instances of vmware/harbor with goharbor/harbor to get CI working.
This commit is contained in:
parent
91ea6ccd0f
commit
f387da0a9d
@ -67,9 +67,9 @@ pipeline:
|
|||||||
target: slack_webhook
|
target: slack_webhook
|
||||||
username: drone
|
username: drone
|
||||||
template: >
|
template: >
|
||||||
build https://ci-vic.vmware.com/vmware/harbor/{{ build.number }} finished with a {{ build.status }} status. Please find logs at https://storage.googleapis.com/harbor-ci-logs/integration_logs_{{ build.number }}_{{ build.commit }}.tar.gz
|
build https://ci-vic.vmware.com/goharbor/harbor/{{ build.number }} finished with a {{ build.status }} status. Please find logs at https://storage.googleapis.com/harbor-ci-logs/integration_logs_{{ build.number }}_{{ build.commit }}.tar.gz
|
||||||
when:
|
when:
|
||||||
repo: vmware/harbor
|
repo: goharbor/harbor
|
||||||
event: [push, tag, deployment]
|
event: [push, tag, deployment]
|
||||||
branch: [ master, release-*, refs/tags/* ]
|
branch: [ master, release-*, refs/tags/* ]
|
||||||
status: [ failure, success ]
|
status: [ failure, success ]
|
||||||
@ -83,7 +83,7 @@ pipeline:
|
|||||||
repositories:
|
repositories:
|
||||||
- vmware/vic-product
|
- vmware/vic-product
|
||||||
when:
|
when:
|
||||||
repo: vmware/harbor
|
repo: goharbor/harbor
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ master, release-*, refs/tags/* ]
|
branch: [ master, release-*, refs/tags/* ]
|
||||||
status: success
|
status: success
|
||||||
|
@ -18,7 +18,7 @@ gsutil version -l
|
|||||||
set +x
|
set +x
|
||||||
|
|
||||||
## -------------------------------------------- Pre-condition --------------------------------------------
|
## -------------------------------------------- Pre-condition --------------------------------------------
|
||||||
if [[ $DRONE_REPO != "vmware/harbor" ]]; then
|
if [[ $DRONE_REPO != "goharbor/harbor" ]]; then
|
||||||
echo "Only run tests again Harbor Repo."
|
echo "Only run tests again Harbor Repo."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user