mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
.gitlab-ci.yml: use gitlab 9.0 varaible names
Gitlab 9.0 prefers "job" instead of "build" for CI variables names. http://docs.gitlab.com/ce/ci/variables/README.html#9-0-renaming Signed-off-by: Thomas Preston <thomas.preston@codethink.co.uk> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
8fbff9651b
commit
3e869e04be
@ -8,7 +8,7 @@ image: buildroot/base
|
|||||||
|
|
||||||
.defconfig_script: &defconfig_script
|
.defconfig_script: &defconfig_script
|
||||||
- echo 'Configure Buildroot'
|
- echo 'Configure Buildroot'
|
||||||
- make ${CI_BUILD_NAME}
|
- make ${CI_JOB_NAME}
|
||||||
- echo 'Build buildroot'
|
- echo 'Build buildroot'
|
||||||
- |
|
- |
|
||||||
make > >(tee build.log |grep '>>>') 2>&1 || {
|
make > >(tee build.log |grep '>>>') 2>&1 || {
|
||||||
@ -51,7 +51,7 @@ check-DEVELOPERS:
|
|||||||
# runner will clean up those files for us.
|
# runner will clean up those files for us.
|
||||||
# Multiply every emulator timeout by 10 to avoid sporadic failures in
|
# Multiply every emulator timeout by 10 to avoid sporadic failures in
|
||||||
# elastic runners.
|
# elastic runners.
|
||||||
script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k --timeout-multiplier 10 ${CI_BUILD_NAME}
|
script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k --timeout-multiplier 10 ${CI_JOB_NAME}
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
|
@ -8,7 +8,7 @@ image: buildroot/base
|
|||||||
|
|
||||||
.defconfig_script: &defconfig_script
|
.defconfig_script: &defconfig_script
|
||||||
- echo 'Configure Buildroot'
|
- echo 'Configure Buildroot'
|
||||||
- make ${CI_BUILD_NAME}
|
- make ${CI_JOB_NAME}
|
||||||
- echo 'Build buildroot'
|
- echo 'Build buildroot'
|
||||||
- |
|
- |
|
||||||
make > >(tee build.log |grep '>>>') 2>&1 || {
|
make > >(tee build.log |grep '>>>') 2>&1 || {
|
||||||
@ -51,7 +51,7 @@ check-DEVELOPERS:
|
|||||||
# runner will clean up those files for us.
|
# runner will clean up those files for us.
|
||||||
# Multiply every emulator timeout by 10 to avoid sporadic failures in
|
# Multiply every emulator timeout by 10 to avoid sporadic failures in
|
||||||
# elastic runners.
|
# elastic runners.
|
||||||
script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k --timeout-multiplier 10 ${CI_BUILD_NAME}
|
script: ./support/testing/run-tests -o test-output/ -d test-dl/ -k --timeout-multiplier 10 ${CI_JOB_NAME}
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user