Skip to content

Commit f728038

Browse files
authored
CI (Buildkite): increase the timeouts for the Buildkite jobs that run under rr (#42979)
1 parent f3d505d commit f728038

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.buildkite/pipelines/main/platforms/tester_linux.arches

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ linux 64_g2_mt g2 . 64 x86_64 .
88
linux 64_g1_st g1 . 64 x86_64 . . . . . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
99
linux 64_g2_st g2 . 64 x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
1010

11-
linux 64_g1_rrst g1 . 64 x86_64 . 180 120 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
12-
linux 64_g2_rrst g2 . 64 x86_64 . 120 60 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
11+
linux 64_g1_rrst g1 . 64 x86_64 . 300 240 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
12+
linux 64_g2_rrst g2 . 64 x86_64 . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
1313
linux 64_g3_st g3 . 64 x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
1414

1515
# linux aarch64_g1 g1 true aarch64 aarch64 . . . . . . . ---- ----------------------------------------

.buildkite/pipelines/scheduled/no_bb/no_bb_tester_linux.arches

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ linux 64src_g2_mt g2 . 64src x86_64 .
55
linux 64src_g1_st g1 . 64src x86_64 . . . . . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
66
linux 64src_g2_st g2 . 64src x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
77

8-
linux 64src_g1_rrst g1 . 64src x86_64 . 180 120 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
9-
linux 64src_g2_rrst g2 . 64src x86_64 . 120 60 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
8+
linux 64src_g1_rrst g1 . 64src x86_64 . 300 240 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
9+
linux 64src_g2_rrst g2 . 64src x86_64 . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a
1010
linux 64src_g3_st g3 . 64src x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a

.buildkite/utilities/platforms/platforms.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ cat "${ARCHES:?}" | tr -s ' ' | while read _line; do
6161
fi
6262

6363
if [[ "${TIMEOUT_BK:?}" == "." ]]; then
64-
export TIMEOUT_BK="90"
64+
export TIMEOUT_BK="90" # minutes
6565
fi
6666

6767
if [[ "${TIMEOUT_RR:?}" == "." ]]; then
68-
export TIMEOUT_RR="60"
68+
export TIMEOUT_RR="60" # minutes
6969
fi
7070

7171
if [[ "${RETRIES:?}" == "." ]]; then

0 commit comments

Comments
 (0)