File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 registry_username : ${{ secrets.QUAY_IMAGE_SCLORG_BUILDER_USERNAME }}
2020 registry_token : ${{ secrets.QUAY_IMAGE_SCLORG_BUILDER_TOKEN }}
2121 dockerfile : Dockerfile.daily-tests
22- tag : " 0.8.10 "
22+ tag : " 0.8.11 "
2323 image_name : " upstream-daily-tests"
2424 quay_application_token : ${{ secrets.QUAY_IMAGE_SCLORG_UPDATE_DESC }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/fedora/fedora:42
22
33ENV SHARED_DIR="/var/ci-scripts" \
44 VERSION="42" \
5- RELEASE_UPSTREAM="0.8.10 " \
5+ RELEASE_UPSTREAM="0.8.11 " \
66 UPSTREAM_TMT_REPO="https://github.com/sclorg/sclorg-testing-farm" \
77 UPSTREAM_TMT_DIR="sclorg-testing-farm" \
88 HOME="/home/nightly" \
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ shellcheck:
77 ./run-shellcheck.sh ` git ls-files * .sh`
88
99build_images :
10- podman build -t quay.io/sclorg/upstream-daily-tests:0.8.10 -f Dockerfile.daily-tests .
10+ podman build -t quay.io/sclorg/upstream-daily-tests:0.8.11 -f Dockerfile.daily-tests .
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ CUR_DATE=$(date +%Y-%m-%d)
88find " /var/ci-scripts/daily_reports_dir/${CUR_DATE} " -type f -name " tmt_*"
99echo " --------------------"
1010if [ -n " $1 " ]; then
11- python3 ./daily_nightly_tests_report.py " $1 "
11+ python3 ./daily_tests/ daily_nightly_tests_report.py " $1 "
1212else
13- python3 ./daily_nightly_tests_report.py
13+ python3 ./daily_tests/ daily_nightly_tests_report.py
1414fi
1515# Sleep 10 seconds in case we need to send a bigger mail.
1616sleep 10
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ while true; do
1111 echo " Displaying log files every 10 minutes..."
1212 date
1313 find " ${SHARED_DIR} /${CUR_DATE} " -type f -name " tmt_*"
14- python3 ./show_logs.py
14+ python3 ./daily_tests/ show_logs.py
1515 # Let's sleep for 10 minutes
1616 sleep 600
1717done
You can’t perform that action at this time.
0 commit comments