forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
50 lines (40 loc) · 1.14 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
50
language: go
dist: focal
sudo: required
go: "1.17.4"
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:e6c79547ddb491d2d92d3a82b2d84d5ca6ca0db5@sha256:415af38f8caeac5cd5fafe5d5b645b42744ee032c7b85c768cd57f28ffe86df9
- LOCKDEBUG=1
# Disabled due to a compilation issue: https://github.com/cilium/cilium/issues/13252
# - arch: arm64-graviton2
# name: "arm64-graviton2-race"
# if: type != pull_request
# env:
# - RACE=1
# - BASE_IMAGE=quay.io/cilium/cilium-runtime:e6c79547ddb491d2d92d3a82b2d84d5ca6ca0db5@sha256:415af38f8caeac5cd5fafe5d5b645b42744ee032c7b85c768cd57f28ffe86df9
# - LOCKDEBUG=1
# virt: vm
# group: edge
if: branch = master OR type = pull_request
addons:
apt:
packages:
- kernel-package
- gnupg
- libncurses5
before_install: ./.travis/prepare.sh
before_script:
- export PATH=/usr/local/clang/bin:$PATH
script: ./.travis/build.sh
notifications:
email: false