X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=retry-gh-systemd-test;h=fb07cc2981ebeec852fff7693102dee74db78ab6;hp=493d5d2d2a155c017730066fcd403c33f9bfd2e4;hb=2dbe84469b2132f84ddfb891c8e13ef63751e429;hpb=81521260ca798078f5b4c8540d3debb76fcd7ad2 diff --git a/retry-gh-systemd-test b/retry-gh-systemd-test index 493d5d2..fb07cc2 100755 --- a/retry-gh-systemd-test +++ b/retry-gh-systemd-test @@ -1,10 +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; } -if [ "$2" = amd64 ] || [ "$2" = i386 ]; then - branch="%23mpitt/ci-loop-debug" -fi +#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:-xenial}'&arch='$2'&build-git=https%3A%2F%2Fgit.launchpad.net%2F~pitti%2Fsystemd%2F%2Bgit%2Fdebian'$branch'&env=CFLAGS%3D-O0%3BDEB_BUILD_PROFILES%3Dnoudeb%3BTEST_UPSTREAM%3D1&package=systemd-upstream&ppa=pitti%2Fsystemd-semaphore' ~/archiv/github-secret-systemd.txt +~/ubuntu/autopkgtest-cloud/tools/retry-github-test https://api.github.com/repos/systemd/systemd/pulls/$1 'https://autopkgtest.ubuntu.com/request.cgi?release='${3:-artful}'&arch='$2'&build-git=https%3A%2F%2Fgit.launchpad.net%2F~pitti%2Fsystemd%2F%2Bgit%2Fdebian'$branch'&env=CFLAGS%3D-O0%3BDEB_BUILD_PROFILES%3Dnoudeb%3BTEST_UPSTREAM%3D1&package=systemd-upstream&ppa=pitti%2Fsystemd-semaphore' ~/archiv/github-secret-systemd.txt