mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix buildbot names
This commit is contained in:
parent
cb77d33a42
commit
21581a4e8b
@ -49,19 +49,19 @@ mkdir -p $LOCKDIR
|
|||||||
trap "rm -rf ${LOCKDIR}; cd $(pwd -P); exit" INT TERM EXIT
|
trap "rm -rf ${LOCKDIR}; cd $(pwd -P); exit" INT TERM EXIT
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
IS_FIRST_RUN_FILE="/tmp/pw-buildbot-first-run.txt";
|
|
||||||
if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
|
|
||||||
source ./send_telegram_message.sh
|
|
||||||
send_telegram_message '**Linux Buildbot Is Active**'
|
|
||||||
fi
|
|
||||||
touch "$IS_FIRST_RUN_FILE"
|
|
||||||
|
|
||||||
# Check if git repo is dirty.
|
# Check if git repo is dirty.
|
||||||
if [[ -n $(git status -s) ]]; then
|
if [[ -n $(git status -s) ]]; then
|
||||||
echo "ERROR: dirty GIT state - commit everything and re-run the script."
|
echo "ERROR: dirty GIT state - commit everything and re-run the script."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
IS_FIRST_RUN_FILE="/tmp/pw-buildbot-first-run.txt";
|
||||||
|
if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
|
||||||
|
source ./send_telegram_message.sh
|
||||||
|
send_telegram_message '**Ubuntu 18.04 Buildbot Is Active**'
|
||||||
|
fi
|
||||||
|
touch "$IS_FIRST_RUN_FILE"
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh firefox-ubuntu-18.04 >/tmp/$(basename $0)--firefox.log || true
|
../checkout_build_archive_upload.sh firefox-ubuntu-18.04 >/tmp/$(basename $0)--firefox.log || true
|
||||||
|
|
||||||
|
@ -49,19 +49,19 @@ mkdir -p $LOCKDIR
|
|||||||
trap "rm -rf ${LOCKDIR}; cd $(pwd -P); exit" INT TERM EXIT
|
trap "rm -rf ${LOCKDIR}; cd $(pwd -P); exit" INT TERM EXIT
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
IS_FIRST_RUN_FILE="/tmp/pw-buildbot-first-run.txt";
|
|
||||||
if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
|
|
||||||
source ./send_telegram_message.sh
|
|
||||||
send_telegram_message '**Linux Buildbot Is Active**'
|
|
||||||
fi
|
|
||||||
touch "$IS_FIRST_RUN_FILE"
|
|
||||||
|
|
||||||
# Check if git repo is dirty.
|
# Check if git repo is dirty.
|
||||||
if [[ -n $(git status -s) ]]; then
|
if [[ -n $(git status -s) ]]; then
|
||||||
echo "ERROR: dirty GIT state - commit everything and re-run the script."
|
echo "ERROR: dirty GIT state - commit everything and re-run the script."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
IS_FIRST_RUN_FILE="/tmp/pw-buildbot-first-run.txt";
|
||||||
|
if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
|
||||||
|
source ./send_telegram_message.sh
|
||||||
|
send_telegram_message '**Ubuntu 20.04 Buildbot Is Active**'
|
||||||
|
fi
|
||||||
|
touch "$IS_FIRST_RUN_FILE"
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
../checkout_build_archive_upload.sh webkit-gtk-ubuntu-20.04 >/tmp/$(basename $0)--webkit-gtk.log || true
|
../checkout_build_archive_upload.sh webkit-gtk-ubuntu-20.04 >/tmp/$(basename $0)--webkit-gtk.log || true
|
||||||
../checkout_build_archive_upload.sh webkit-wpe-ubuntu-20.04 >/tmp/$(basename $0)--webkit-wpe.log || true
|
../checkout_build_archive_upload.sh webkit-wpe-ubuntu-20.04 >/tmp/$(basename $0)--webkit-wpe.log || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user