Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
a60e951b
by Otto Kekäläinen at 2024-09-11T17:00:22+00:00
1 changed file:
Changes:
... | ... | @@ -29,15 +29,7 @@ lintian-git: |
29 | 29 | - apt-get update
|
30 | 30 | - apt-get install -y ${WORKING_DIR}/lintian_*.deb
|
31 | 31 | |
32 | +# Extend Salsa-CI build jobs to have longer timeout as the default GitLab
|
|
33 | +# timeout (1h) is often not enough.
|
|
32 | 34 | .test-autopkgtest: &test-autopkgtest
|
33 | - # Extend Salsa-CI build jobs to have longer timeout as the default GitLab
|
|
34 | - # timeout (1h) is often not enough.
|
|
35 | 35 | timeout: 3h |
36 | - # Try to check whether the maximum job timeout is extended to longer one.
|
|
37 | - before_script:
|
|
38 | - - 'echo "CI/CD Settings / General pipelines / Timeout: $CI_JOB_TIMEOUT seconds"'
|
|
39 | - - |
|
|
40 | - if [[ $CI_JOB_TIMEOUT -le 3600 ]]; then
|
|
41 | - echo -e "\e[31;1mERROR: CI/CD Settings / General pipelines / Timeout is too short ($CI_JOB_TIMEOUT). Use longer timeout - e.g. 7200 (2h) is enough.\e[0m"
|
|
42 | - exit 1
|
|
43 | - fi |