[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/17] .travis.yml: Remove the unused UNRELIABLE environment varia
From: |
Thomas Huth |
Subject: |
[PULL 06/17] .travis.yml: Remove the unused UNRELIABLE environment variable |
Date: |
Wed, 24 Apr 2024 09:57:24 +0200 |
This variable was used to allow jobs to fail without spoiling the
overall result. But the required "allow_failures:" hunk has been
accidentally removed in commit 9d03f5abed ("travis.yml: Remove the
"Release tarball" job"), and it was anyway only useful while we
still had the x86 jobs here around that were our main CI jobs.
Thus let's simply remove this useless variable now.
Message-ID: <20240320104144.823425-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.travis.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8da88c4360..196725d5a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -113,7 +113,6 @@ jobs:
- TEST_CMD="make check check-tcg V=1"
- CONFIG="--disable-containers --enable-fdt=system
--target-list=${MAIN_SYSTEM_TARGETS} --cxx=/bin/false"
- - UNRELIABLE=true
- name: "[ppc64] GCC check-tcg"
arch: ppc64le
@@ -184,7 +183,6 @@ jobs:
- TEST_CMD="make check check-tcg V=1"
- CONFIG="--disable-containers
--target-list=hppa-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu"
- - UNRELIABLE=true
script:
- BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
- |
@@ -274,4 +272,3 @@ jobs:
- TEST_CMD="make check-unit"
- CONFIG="--disable-containers --disable-tcg --enable-kvm
--disable-tools
--enable-fdt=system --host-cc=clang --cxx=clang++"
- - UNRELIABLE=true
--
2.44.0
- [PULL 00/17] CI job updates, header cleanups and other misc patches, Thomas Huth, 2024/04/24
- [PULL 01/17] MAINTAINERS: update email of Peter Lieven, Thomas Huth, 2024/04/24
- [PULL 02/17] tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`, Thomas Huth, 2024/04/24
- [PULL 03/17] docs: i386: pc: Update maximum CPU numbers for PC Q35, Thomas Huth, 2024/04/24
- [PULL 04/17] tests/vm: update openbsd image to 7.5, Thomas Huth, 2024/04/24
- [PULL 05/17] Revert ".travis.yml: Cache Avocado cache", Thomas Huth, 2024/04/24
- [PULL 08/17] .travis.yml: Do some more testing with Clang, Thomas Huth, 2024/04/24
- [PULL 10/17] tests/lcitool/libvirt-ci: Update to the latest master branch, Thomas Huth, 2024/04/24
- [PULL 06/17] .travis.yml: Remove the unused UNRELIABLE environment variable,
Thomas Huth <=
- [PULL 07/17] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/04/24
- [PULL 09/17] tests: Remove Ubuntu 20.04 container, Thomas Huth, 2024/04/24
- [PULL 11/17] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update, Thomas Huth, 2024/04/24
- [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8, Thomas Huth, 2024/04/24
- [PULL 13/17] ci: move external build environment setups to CentOS Stream 9, Thomas Huth, 2024/04/24
- [PULL 14/17] hw/s390x: Include missing 'cpu.h' header, Thomas Huth, 2024/04/24
- [PULL 15/17] docs/devel: fix minor typo in submitting-a-patch.rst, Thomas Huth, 2024/04/24
- [PULL 16/17] tests/unit: Remove debug statements in test-nested-aio-poll.c, Thomas Huth, 2024/04/24