mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-19 08:45:27 +01:00
5416950b5b
1. Add 2.0 upgrade pipeline in nightly; 2. Add 2.1 upgrade pipeline in nightly. Signed-off-by: danfengliu <danfengl@vmware.com>
8 lines
267 B
Bash
Executable File
8 lines
267 B
Bash
Executable File
#!/bin/bash
|
|
IP=$1
|
|
HARBOR_VERSION=$2
|
|
|
|
robot -v ip:$IP -v ip1: -v HARBOR_PASSWORD:Harbor12345 /drone/tests/robot-cases/Group1-Nightly/Setup.robot
|
|
cd /drone/tests/robot-cases/Group3-Upgrade
|
|
python ./prepare.py -e $IP -v $HARBOR_VERSION -l /drone/tests/apitests/python/
|