diff options
author | Tomeu Vizoso <[email protected]> | 2019-10-06 15:21:39 -0700 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-10-10 14:50:14 +0000 |
commit | 8a168683d04c51b4df1df8fe0ca72ed8e4fa1c87 (patch) | |
tree | 9418f504582e26ebc765a577c7025faa78b3c321 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | 01122a78b33489d9fdb5f41d04617e3130989c4a (diff) |
gitlab-ci/lava: Use files to list tests to skip
As the non-LAVA runner script does, have per-GPU version files listing
the tests that are to be skipped, due to being very slow, unstable, etc.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Vasily Khoruzhick <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 1f4f17343c0..432776b81cf 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -113,6 +113,7 @@ lava-container:arm64: # Pack rootfs - cp .gitlab-ci/lava-deqp-runner.sh /artifacts/rootfs/deqp/. - cp .gitlab-ci/deqp-*-fails.txt /artifacts/rootfs/deqp/. + - cp .gitlab-ci/deqp-*-skips.txt /artifacts/rootfs/deqp/. - du -sh /artifacts/rootfs/deqp/* - find /artifacts/rootfs/ -type f -printf "%s\t%p\n" | sort -n - pushd /artifacts/rootfs/ ; find -H | cpio -H newc -v -o | gzip -c - > $CI_PROJECT_DIR/results/panfrost-rootfs-${DEBIAN_ARCH}.cpio.gz; popd |