From: Juraj Linkeš <juraj.linkes@pantheon.tech> To: thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com, maicolgabriel@hotmail.com Cc: dev@dpdk.org, Ruifeng.Wang@arm.com, Honnappa.Nagarahalli@arm.com, Juraj Linkeš <juraj.linkes@pantheon.tech> Subject: [dpdk-dev] [RFC PATCH v1 2/2] ci: update arm64 Travis jobs to Graviton2 Date: Wed, 17 Feb 2021 10:42:33 +0100 Message-ID: <1613554953-14736-3-git-send-email-juraj.linkes@pantheon.tech> (raw) In-Reply-To: <1613554953-14736-1-git-send-email-juraj.linkes@pantheon.tech> Instead of using the older platform, use only the newer Graviton2 environment in Travis CI. Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech> --- .travis.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 899e0cd605..fb3913ed20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,10 @@ jobs: include: # aarch64 gcc jobs - env: DEF_LIB="static" - arch: arm64 - compiler: gcc - - env: DEF_LIB="shared" RUN_TESTS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc - env: DEF_LIB="shared" RUN_TESTS=true dist: focal @@ -47,7 +47,10 @@ jobs: group: edge compiler: gcc - env: DEF_LIB="shared" BUILD_DOCS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc addons: apt: @@ -55,7 +58,10 @@ jobs: - *required_packages - *doc_packages - env: DEF_LIB="shared" ABI_CHECKS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc addons: apt: @@ -64,10 +70,10 @@ jobs: - *libabigail_build_packages # aarch64 clang jobs - env: DEF_LIB="static" - arch: arm64 - compiler: clang - - env: DEF_LIB="shared" RUN_TESTS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: clang - env: DEF_LIB="shared" RUN_TESTS=true dist: focal -- 2.20.1
next prev parent reply other threads:[~2021-02-17 9:42 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-02-17 9:42 [dpdk-dev] [RFC PATCH v1 0/2] Travis CI jobs update after credits Juraj Linkeš 2021-02-17 9:42 ` [dpdk-dev] [RFC PATCH v1 1/2] ci: remove x86 Travis jobs Juraj Linkeš 2021-02-17 10:39 ` Thomas Monjalon 2021-02-17 15:44 ` Aaron Conole 2021-02-17 17:18 ` Honnappa Nagarahalli 2021-02-17 15:47 ` Aaron Conole 2021-02-17 17:19 ` Honnappa Nagarahalli 2021-02-17 9:42 ` Juraj Linkeš [this message] 2021-02-17 10:43 ` [dpdk-dev] [RFC PATCH v1 0/2] Travis CI jobs update after credits Ferruh Yigit 2021-02-17 15:46 ` Aaron Conole 2021-02-17 16:08 ` Honnappa Nagarahalli 2021-02-18 2:40 ` Honnappa Nagarahalli 2021-02-18 7:50 ` Juraj Linkeš 2021-02-19 7:34 ` [dpdk-dev] [PATCH v2] ci: update arm64 Travis jobs to Graviton2 Juraj Linkeš 2021-02-19 9:13 ` Ruifeng Wang 2021-02-19 13:27 ` Aaron Conole 2021-02-22 14:49 ` Juraj Linkeš 2021-02-22 19:37 ` Aaron Conole 2021-02-23 8:28 ` [dpdk-dev] [PATCH v3] " Juraj Linkeš 2021-02-23 9:02 ` Ruifeng Wang 2021-02-23 14:38 ` Aaron Conole 2021-03-02 12:39 ` David Marchand
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1613554953-14736-3-git-send-email-juraj.linkes@pantheon.tech \ --to=juraj.linkes@pantheon.tech \ --cc=Honnappa.Nagarahalli@arm.com \ --cc=Ruifeng.Wang@arm.com \ --cc=aconole@redhat.com \ --cc=david.marchand@redhat.com \ --cc=dev@dpdk.org \ --cc=maicolgabriel@hotmail.com \ --cc=thomas@monjalon.net \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ http://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git