Skip to content

Commit

Permalink
remove push_cnab test in CI
Browse files Browse the repository at this point in the history
push_cnab test need to pull docker image from dockerhub, which meet rate limitation sometime

Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Nov 12, 2021
1 parent 8efd01c commit 6e2b2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/apidb_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sed -i '15i\ ${dfout}= Run df -h\n Log To Console ${dfout}' harbor/test
sed -i 's/timeout=30/timeout=300/g' harbor/tests/apitests/python/library/docker_api.py


EXCLUDES="--exclude metrics --exclude singularity --exclude proxy_cache"
EXCLUDES="--exclude metrics --exclude singularity --exclude proxy_cache --exclude push_cnab"
ROBOT_FILES="/drone/tests/robot-cases/Group1-Nightly/Setup.robot /drone/tests/robot-cases/Group0-BAT/API_DB.robot"
CMD="robot -v DOCKER_USER:$DOCKER_USER -v DOCKER_PWD:$DOCKER_PWD -v ip:$CORE_HOST -v ip1: -v HARBOR_PASSWORD:Harbor12345 -v http_get_ca:true $EXCLUDES $ROBOT_FILES"

Expand Down

0 comments on commit 6e2b2c2

Please sign in to comment.