X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=retry-gh-systemd-test;h=28eb1b635c2f65fa5346bef2c6cd897e1d3c9d67;hp=9eec85de4f92782fa10f34c279e71e3d46b996f8;hb=1888ac5c668b16b6d53c8a61ba7872b8b77251bf;hpb=4008fe72a13316972333e98f22227eadd174e8bf diff --git a/retry-gh-systemd-test b/retry-gh-systemd-test index 9eec85d..28eb1b6 100755 --- a/retry-gh-systemd-test +++ b/retry-gh-systemd-test @@ -1,6 +1,10 @@ #!/bin/sh -e -# this needs https://git.launchpad.net/~ubuntu-release/+git/autopkgtest-cloud/plain/tools/retry-github-test +# this needs https://git.launchpad.net/autopkgtest-cloud/plain/tools/retry-github-test [ -n "$2" ] || { echo "Usage: $0 [release]" >&2; exit 1; } -~/ubuntu/autopkgtest-cloud/tools/retry-github-test https://api.github.com/repos/systemd/systemd/pulls/$1 'https://autopkgtest.ubuntu.com/request.cgi?release='${3:-xenial}'&arch='$2'&build-git=https%3A%2F%2Fgit.launchpad.net%2F~pitti%2Fsystemd%2F%2Bgit%2Fdebian&env=CFLAGS%3D-O0%3BDEB_BUILD_PROFILES%3Dnoudeb%3BTEST_UPSTREAM%3D1&package=systemd-upstream&ppa=pitti%2Fsystemd-semaphore' ~/archiv/github-secret-systemd.txt +#if [ "$2" = i386 ]; then +# branch="%23mpitt/ci-loop-debug" +#fi + +~/ubuntu/autopkgtest-cloud/tools/retry-github-test https://api.github.com/repos/systemd/systemd/pulls/$1 'https://autopkgtest.ubuntu.com/request.cgi?release='${3:-bionic}'&arch='$2'&build-git=https%3A%2F%2Fsalsa.debian.org%2Fsystemd-team%2Fsystemd.git'$branch'&env=CFLAGS%3D-O0%3BDEB_BUILD_PROFILES%3Dnoudeb%3BTEST_UPSTREAM%3D1&package=systemd-upstream&ppa=pitti%2Fsystemd-semaphore' ~/archiv/github-secret-systemd.txt