Message ID | 20200612022452.371685-5-oohall@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [01/15] test/qemu: Update command line arguments | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (fe70fbb78d33abea788a3221bc409a7c50c019c3) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
On 6/12/20 7:54 AM, Oliver O'Halloran wrote: > This used the same build script as ubuntu 16.04 and is now broken. Remove it also. > > Signed-off-by: Oliver O'Halloran <oohall@gmail.com>t extra <t> at the end. Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> -Vasant
diff --git a/.travis.yml b/.travis.yml index da07f200a001..f34d48d049ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ env: - RUN_ON_CONTAINER=centos7 - RUN_ON_CONTAINER=fedora32 - RUN_ON_CONTAINER=fedora-rawhide - - RUN_ON_CONTAINER=debian-stretch - RUN_ON_CONTAINER=debian-unstable - RUN_ON_CONTAINER=docs diff --git a/opal-ci/build-debian-stretch.sh b/opal-ci/build-debian-stretch.sh deleted file mode 120000 index a340f1420652..000000000000 --- a/opal-ci/build-debian-stretch.sh +++ /dev/null @@ -1 +0,0 @@ -build-ubuntu-16.04.sh \ No newline at end of file
This used the same build script as ubuntu 16.04 and is now broken. Remove it also. Signed-off-by: Oliver O'Halloran <oohall@gmail.com>t --- .travis.yml | 1 - opal-ci/build-debian-stretch.sh | 1 - 2 files changed, 2 deletions(-) delete mode 120000 opal-ci/build-debian-stretch.sh