mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
Merge pull request #3132 from wy65701436/update-drone
add job logs for CI
This commit is contained in:
commit
6e6bb80b87
@ -75,7 +75,7 @@ echo $rc
|
||||
|
||||
timestamp=$(date +%s)
|
||||
outfile="integration_logs_"$DRONE_BUILD_NUMBER"_"$DRONE_COMMIT".zip"
|
||||
zip -9 $outfile output.xml log.html *.png package.list *container-logs.zip *.log /var/log/harbor/*/*.log /data/config/*
|
||||
zip -9 $outfile output.xml log.html *.png package.list *container-logs.zip *.log /var/log/harbor/*/*.log /data/config/* /data/job_logs/*
|
||||
if [ -f "$outfile" ]; then
|
||||
gsutil cp $outfile gs://harbor-ci-logs
|
||||
echo "----------------------------------------------"
|
||||
|
@ -36,7 +36,7 @@ Create An New Rule With New Endpoint
|
||||
Input text xpath=${destination_username_xpath} ${destination_username}
|
||||
Input text xpath=${destination_password_xpath} ${destination_password}
|
||||
Click element xpath=${replicaton_save_xpath}
|
||||
Sleep 2
|
||||
Sleep 5
|
||||
Capture Page Screenshot rule_${policy_name}.png
|
||||
Wait Until Page Contains ${policy_name}
|
||||
Wait Until Page Contains ${policy_description}
|
||||
|
Loading…
Reference in New Issue
Block a user