forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.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.18.1"
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:fbffa51a34a16a156cbee235c206894f687114fa@sha256:294918335a8a86a0719c1e24f402aa7ee37bd948750893e1a28e7dd3b2a79ed2
- 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:fbffa51a34a16a156cbee235c206894f687114fa@sha256:294918335a8a86a0719c1e24f402aa7ee37bd948750893e1a28e7dd3b2a79ed2
# - 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