|
@@ -64,20 +64,9 @@ check-package:
|
|
|
- output/build/packages-file-list.txt
|
|
|
- output/build/*/.config
|
|
|
- runtime-test.log
|
|
|
-
|
|
|
-.defconfig:
|
|
|
- extends: .defconfig_base
|
|
|
before_script:
|
|
|
- DEFCONFIG_NAME=${CI_JOB_NAME}
|
|
|
|
|
|
-one-defconfig:
|
|
|
- extends: .defconfig_base
|
|
|
- rules:
|
|
|
- # For the branch or tag name named *-*_defconfigs, create a pipeline.
|
|
|
- - if: '$CI_COMMIT_REF_NAME =~ /^.*-.*_defconfig$/'
|
|
|
- before_script:
|
|
|
- - DEFCONFIG_NAME=$(echo ${CI_COMMIT_REF_NAME} | sed -e 's,^.*-,,g')
|
|
|
-
|
|
|
.runtime_test_base:
|
|
|
# Keep build directories so the rootfs can be an artifact of the job. The
|
|
|
# runner will clean up those files for us.
|