From: Thomas Huth <thuth@xxxxxxxxxx> According to: https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution only s390x and ppc64le are still part of the free OSS tier in Travis. aarch64 has been removed sometime during the last year. Thus remove the aarch64 job from our .travis.yml file now to avoid that someone burns non-OSS CI credits with this job by accident now. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99d55c5f..799a186b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,16 +8,6 @@ git: jobs: include: - - arch: arm64 - addons: - apt_packages: qemu-system-aarch64 - env: - - CONFIG="--arch=arm64 --cc=clang" - - TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi - pci-test pmu-cycle-counter pmu-event-counter-config pmu-sw-incr - selftest-setup selftest-smp selftest-vectors-kernel - selftest-vectors-user timer" - - arch: ppc64le addons: apt_packages: clang qemu-system-ppc -- 2.49.0