forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (41 loc) · 1.05 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: go
dist: focal
sudo: required
go: "1.15.6"
jobs:
include:
- arch: amd64
- arch: arm64-graviton2
virt: vm
group: edge
- arch: amd64
name: "amd64-race"
if: type != pull_request
env:
- RACE=1
- BASE_IMAGE=quay.io/cilium/cilium-runtime:2021-01-14@sha256:be12ad63360ef1ff14a77d48cd146154154f888deb75bd99c17cd9381a4c05a5
- LOCKDEBUG=1
- arch: arm64-graviton2
name: "arm64-graviton2-race"
if: type != pull_request
env:
- RACE=1
- BASE_IMAGE=quay.io/cilium/cilium-runtime:2021-01-14@sha256:be12ad63360ef1ff14a77d48cd146154154f888deb75bd99c17cd9381a4c05a5
- LOCKDEBUG=1
virt: vm
group: edge
allow_failures:
- name: "amd64-race"
- name: "arm64-graviton2-race"
if: branch = master OR type = pull_request
addons:
apt:
packages:
- kernel-package
- gnupg
- libelf-dev
- libncurses5
before_install: ./.travis/prepare.sh
before_script:
- export PATH=/usr/local/clang/bin:$PATH
script: ./.travis/build.sh