X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=retry-gh-systemd-test;h=6c748de72a3557c974d10d53e7b77ae5e4d95ce4;hp=d34845afd8bcccb7f2f9d5fc451744c1cf22610d;hb=5c1cbc7fb8bc397e0de2da90fd63677d4d464f12;hpb=bef43b9705e701a5f829810d5a865751e8dab67c diff --git a/retry-gh-systemd-test b/retry-gh-systemd-test index d34845a..6c748de 100755 --- a/retry-gh-systemd-test +++ b/retry-gh-systemd-test @@ -1,5 +1,11 @@ #!/bin/sh -e -[ -n "$2" ] || { echo "Usage: $0 " >&2; exit 1; } +# 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=xenial&arch='$2'&build-git=https%3A%2F%2Fgit.launchpad.net%2F~pitti%2F%2Bgit%2Fsystemd-debian&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 +branch="%23debian%2fmaster" + +~/debian/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