DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ci: remove aarch64 from Travis jobs
@ 2020-04-16 11:00 Thomas Monjalon
  2020-04-16 12:44 ` Aaron Conole
  2021-03-25 15:46 ` Thomas Monjalon
  0 siblings, 2 replies; 16+ messages in thread
From: Thomas Monjalon @ 2020-04-16 11:00 UTC (permalink / raw)
  To: dev
  Cc: aconole, david.marchand, ruifeng.wang, gavin.hu,
	honnappa.nagarahalli, Michael Santana

Travis is not reliable for native Arm and PPC:
https://travis-ci.community/t/disk-quota-exceeded-on-arm64/7619/6

In order to get reliable Travis reports,
the use of Arm machines is removed until Travis fixes it.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 .travis.yml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2d2292ff64..b681aaccc4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,33 +101,3 @@ jobs:
       apt:
         packages:
           - *aarch64_packages
-  # aarch64 gcc jobs
-  - env: DEF_LIB="static"
-    arch: arm64
-    compiler: gcc
-  - env: DEF_LIB="shared" RUN_TESTS=1
-    arch: arm64
-    compiler: gcc
-  - env: DEF_LIB="shared" BUILD_DOCS=1
-    arch: arm64
-    compiler: gcc
-    addons:
-      apt:
-        packages:
-          - *required_packages
-          - *doc_packages
-  - env: DEF_LIB="shared" ABI_CHECKS=1
-    arch: arm64
-    compiler: gcc
-    addons:
-      apt:
-        packages:
-          - *required_packages
-          - *libabigail_build_packages
-  # aarch64 clang jobs
-  - env: DEF_LIB="static"
-    arch: arm64
-    compiler: clang
-  - env: DEF_LIB="shared" RUN_TESTS=1
-    arch: arm64
-    compiler: clang
-- 
2.26.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-03-25 17:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 11:00 [dpdk-dev] [PATCH] ci: remove aarch64 from Travis jobs Thomas Monjalon
2020-04-16 12:44 ` Aaron Conole
2020-04-16 13:30   ` Jerin Jacob
2020-04-16 13:43   ` David Marchand
2020-04-16 13:45     ` Aaron Conole
2020-04-16 14:39       ` Thomas Monjalon
2020-04-16 15:55         ` Honnappa Nagarahalli
2020-04-16 17:08           ` Aaron Conole
2020-04-19  8:01           ` David Marchand
2020-04-20 15:35             ` Ruifeng Wang
2020-04-16 17:07         ` Aaron Conole
2020-04-17  8:49         ` Ruifeng Wang
2020-04-17 10:09           ` Thomas Monjalon
2021-03-25 15:46 ` Thomas Monjalon
2021-03-25 16:40   ` Aaron Conole
2021-03-25 17:11     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).