From 73d0471162a54c1737db6622781a3713a8bad61f Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 15 Jan 2020 11:15:05 +0100 Subject: gitla-ci.yml: Bring in line with other branches. There were some small differences, probably due to this coming from the master version, and I guess we never explicitly compared it to the others. Signed-off-by: Patrick Vacek --- .gitlab-ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c201e3b..141a9f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,10 +43,6 @@ Build core-image-minimal: variables: TEST_BUILD_DIR: 'build-core-image-minimal' BITBAKE_TARGETS: 'core-image-minimal' - artifacts: - name: "core-image-minimal_$CI_COMMIT_REF_SLUG" - paths: - - $TEST_BUILD_DIR/tmp/deploy/images/*/core-image-minimal* except: - pushes @@ -58,10 +54,6 @@ Build core-image-minimal (rpi): TEST_BUILD_DIR: 'build-core-image-minimal-rpi' BITBAKE_TARGETS: 'core-image-minimal' TEST_MACHINE: 'raspberrypi3' - artifacts: - name: "core-image-minimal-rpi_$CI_COMMIT_REF_SLUG" - paths: - - $TEST_BUILD_DIR/tmp/deploy/images/*/core-image-minimal* except: - pushes @@ -94,9 +86,8 @@ Oe-selftest rpi: OE_SELFTESTS: 'updater_raspberrypi' except: - pushes - only: - variables: - - $OE_RPI + +# Not run by default Ptest qemux86_64: extends: .oe-selftest -- cgit v1.2.3-54-g00ecf