mesa/.gitlab-ci/build
Eric Engestrom 322a83f321 ci/build: lower most job's timeout from 30 to 15 min
Out of 5 run during busy hours, all the jobs that once took 5+ min are:
build-for-tests / debian-arm64-asan      6 min
build-only      / debian-s390x           6 min
build-only      / debian-android         7 min
build-only      / debian-clang           8 min
build-for-tests / debian-arm32-asan      8 min
build-only      / debian-vulkan         11 min
build-for-tests / debian-testing        12 min
build-only      / debian-testing-msan   12 min
build-only      / debian-clang-release  13 min
build-only      / alpine-build-testing  14 min
build-for-tests / debian-testing-asan   21 min

The jobs at 10+ min are considered to take long enough that they might
risk crossing the 15 min mark, so let's keep these ones at 30 min and
lower the timeout for everyone else to 15 min.

It's worth pointing out that debian-testing-asan is a build-for-tests
job and as such it blocks build-only jobs from running until it's
finished, which can be a problem for a job that has been seen taking 20+
minutes. We should do something about that, but that's not the topic of
this MR.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31846>
2024-10-30 16:21:16 +00:00
..
compiler-wrapper-clang-15.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-clang.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-clang++-15.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-clang++.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-g++.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper-gcc.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
compiler-wrapper.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
gitlab-ci.yml ci/build: lower most job's timeout from 30 to 15 min 2024-10-30 16:21:16 +00:00