ci: blacklist bpf_iter tests

Disable a bunch of new kernel selftests that can't succeed on 5.5 kernel.
Flatten Travis tests into a single stage to parallelize and speed them up.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-05-19 16:11:49 -07:00
committed by Andrii Nakryiko
parent 90941cde5f
commit 3b23942542
2 changed files with 10 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ stages:
jobs:
include:
- stage: Build
- stage: Build & Test
name: Debian Build
language: bash
install: $CI_ROOT/managers/debian.sh SETUP
@@ -91,8 +91,7 @@ jobs:
language: bash
script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate
- stage: Build & Test
name: Kernel 5.5.0 + selftests
- name: Kernel 5.5.0 + selftests
language: bash
env: KERNEL=5.5.0
script: $CI_ROOT/vmtest/run_vmtest.sh || travis_terminate