Re: [PATCH] CI: travis-ci: enable graviton2 builds

2021-04-15 Thread Willy Tarreau
On Thu, Apr 15, 2021 at 07:19:25PM +0500,  ??? wrote:
> Hello,
> 
> as described in travis-ci docs:
> https://blog.travis-ci.com/2020-09-11-arm-on-aws
> 
> it is next generation armv8 available on AWS.

Applied, thanks Ilya!
Willy



[PATCH] CI: travis-ci: enable graviton2 builds

2021-04-15 Thread Илья Шипицин
Hello,

as described in travis-ci docs:
https://blog.travis-ci.com/2020-09-11-arm-on-aws

it is next generation armv8 available on AWS.

cheers,
Ilya
From 4365c936396a5c7c4f710ed8267b06a73fd5bbcc Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Thu, 15 Apr 2021 19:16:09 +0500
Subject: [PATCH] CI: travis-ci: enable weekly graviton2 builds

as documented in https://blog.travis-ci.com/2020-09-11-arm-on-aws
we can build on graviton2, let us expand travis-ci matrix to that
machine type as well
---
 .travis.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2cb2d25a6..1aa415aa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,12 @@ matrix:
 arch: arm64
 compiler: gcc
 if: type == cron
+  - os: linux
+arch: arm64-graviton2
+group: edge
+virt: vm
+compiler: gcc
+if: type == cron
   - os: linux
 arch: s390x
 compiler: gcc
-- 
2.30.2