-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significantly simplify the linux64 testing regime
We no longer use "test groups", we're going to move the retry logic into Base Julia (I hear that Julian has agreed to do this). Let's boil it down to only a single variable; whether this is an RR test or not.
- Loading branch information
1 parent
34f5642
commit e607bd1
Showing
6 changed files
with
25 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# PLATFORM LABEL GROUP ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR RETRIES IS_RR IS_ST IS_MT ROOTFS_TAG ROOTFS_HASH | ||
# linux 32 . . 32 i686 . . . . . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 64 . . 64 x86_64 . . . . . . . v5.1 f689ba6acab6c13a3da4ff62e3445dd61c3b5ab0 | ||
# linux aarch64 . . aarch64 aarch64 . . . . . . . .... ........................................ | ||
# linux armv7l . . armv7l armv7l . . . . . . . .... ........................................ | ||
# linux ppc64le . . ppc64le powerpc64le . . . . . . . .... ........................................ | ||
# musl 64 . . 64 x86_64 . . . . . . . v4.8 d13a47c87c38005bd5d97132e51789cafd852f90 | ||
# PLATFORM LABEL ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR IS_MT ROOTFS_TAG ROOTFS_HASH | ||
# linux 32 . 32 i686 . . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 64 . 64 x86_64 . . . . v5.1 f689ba6acab6c13a3da4ff62e3445dd61c3b5ab0 | ||
# linux aarch64 . aarch64 aarch64 . . . . .... ........................................ | ||
# linux armv7l . armv7l armv7l . . . . .... ........................................ | ||
# linux ppc64le . ppc64le powerpc64le . . . . .... ........................................ | ||
# musl 64 . 64 x86_64 . . . . v4.8 d13a47c87c38005bd5d97132e51789cafd852f90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,10 @@ | ||
# PLATFORM LABEL GROUP ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR RETRIES IS_RR IS_ST IS_MT ROOTFS_TAG ROOTFS_HASH | ||
linux 32_g1 g1 . 32 i686 . . . . . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 32_g2 g2 . 32 i686 . . . 3 . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
# PLATFORM LABEL ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR IS_RR ROOTFS_TAG ROOTFS_HASH | ||
linux 32 . 32 i686 . . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 64_mt . 64 x86_64 . . . . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_rr . 64 x86_64 . . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
linux 64_g1_mt g1 . 64 x86_64 . . . . . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_g2_mt g2 . 64 x86_64 . . . 3 . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
# linux aarch64_g1 true aarch64 aarch64 . . . . ---- ---------------------------------------- | ||
# linux armv7l_g1 true armv7l armv7l . . . . ---- ---------------------------------------- | ||
# linux ppc64le_g1 true ppc64le powerpc64le . . . . ---- ---------------------------------------- | ||
|
||
linux 64_g1_st g1 . 64 x86_64 . . . . . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_g2_st g2 . 64 x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
linux 64_g1_rrst g1 . 64 x86_64 . 300 240 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_g2_rrst g2 . 64 x86_64 . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_g3_st g3 . 64 x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
# linux aarch64_g1 g1 true aarch64 aarch64 . . . . . . . ---- ---------------------------------------- | ||
# linux aarch64_g2 g2 true aarch64 aarch64 . . . . . . . ---- ---------------------------------------- | ||
|
||
# linux armv7l_g1 g1 true armv7l armv7l . . . . . . . ---- ---------------------------------------- | ||
# linux armv7l_g2 g2 true armv7l armv7l . . . . . . . ---- ---------------------------------------- | ||
|
||
# linux ppc64le_g1 g1 true ppc64le powerpc64le . . . . . . . ---- ---------------------------------------- | ||
# linux ppc64le_g2 g2 true ppc64le powerpc64le . . . . . . . ---- ---------------------------------------- | ||
|
||
musl 64_g1 g1 true 64 x86_64 . . . . . . . v4.8 d13a47c87c38005bd5d97132e51789cafd852f90 | ||
musl 64_g2 g2 true 64 x86_64 . . . . . . . v4.8 d13a47c87c38005bd5d97132e51789cafd852f90 | ||
#musl 64 true 64 x86_64 . . . . v4.8 d13a47c87c38005bd5d97132e51789cafd852f90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# PLATFORM LABEL GROUP ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR RETRIES IS_RR IS_ST IS_MT ROOTFS_TAG ROOTFS_HASH | ||
linux 64src . . 64src x86_64 USE_BINARYBUILDER=0 180 . . . . . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
# PLATFORM LABEL ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR IS_RR ROOTFS_TAG ROOTFS_HASH | ||
linux 64src . 64src x86_64 USE_BINARYBUILDER=0 180 . . v4.8 f689ba6acab6c13a3da4ff62e3445dd61c3b5ab0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
# PLATFORM LABEL GROUP ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR RETRIES IS_RR IS_ST IS_MT ROOTFS_TAG ROOTFS_HASH | ||
linux 64src_g1_mt g1 . 64src x86_64 . . . . . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64src_g2_mt g2 . 64src x86_64 . . . 3 . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
linux 64src_g1_st g1 . 64src x86_64 . . . . . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64src_g2_st g2 . 64src x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
linux 64src_g1_rrst g1 . 64src x86_64 . 300 240 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64src_g2_rrst g2 . 64src x86_64 . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64src_g3_st g3 . 64src x86_64 . . . 3 . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
# PLATFORM LABEL ALLOW_FAIL ARCH ARCH_ROOTFS MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR IS_RR ROOTFS_TAG ROOTFS_HASH | ||
linux 64src_g1_mt . 64src x86_64 . . . . v4.8 f689ba6acab6c13a3da4ff62e3445dd61c3b5ab0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters