-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI (Buildkite): add Pkg, Artifacts, and LazyArtifacts to the list of …
…"network-related stdlibs" that we test in a separate Buildkite job
- Loading branch information
1 parent
a0ff944
commit 0907f02
Showing
4 changed files
with
40 additions
and
21 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 ALLOW_FAIL ARCH ARCH_ROOTFS GROUP 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 . . . . . . . . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
# linux _aarch64 . _aarch64 aarch64 . . . . . . . . .... ........................................ | ||
# linux _armv7l . _armv7l armv7l . . . . . . . . .... ........................................ | ||
# linux _ppc64le . _ppc64le powerpc64le . . . . . . . . .... ........................................ | ||
# 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,14 +1,18 @@ | ||
# PLATFORM LABEL ALLOW_FAIL ARCH ARCH_ROOTFS GROUP MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR RETRIES IS_RR IS_ST IS_MT ROOTFS_TAG ROOTFS_HASH | ||
|
||
linux 32 . 32 i686 no-net . . . . . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 32_net . 32 i686 net . . . 3 . yes . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 32_g1 . 32 i686 g1 . . . . . . . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 32_g2 . 32 i686 g2 . . . 3 . yes . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
linux 32_g3 . 32 i686 g3 . . . 3 . yes . v4.8 b6dffc772ab4c2cd7fd4f83459308f6f0d89b957 | ||
|
||
linux 64_rr . 64 x86_64 no-net . 180 120 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_net . 64 x86_64 net . 120 60 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_st . 64 x86_64 no-net . . . . . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_mt . 64 x86_64 no-net . . . . . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_mt_g1 . 64 x86_64 g1 . . . . . . yes v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_st_g1 . 64 x86_64 g1 . . . . . yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
linux 64_rr_g1 . 64 x86_64 g1 . 180 120 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_rr_g2 . 64 x86_64 g2 . 120 60 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_rr_g3 . 64 x86_64 g3 . 120 60 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
|
||
# linux aarch64 true aarch64 aarch64 . . . . . . . . .... ........................................ | ||
# linux armv7l true armv7l armv7l . . . . . . . . .... ........................................ | ||
# linux ppc64le true ppc64le powerpc64le . . . . . . . . .... ........................................ | ||
|
||
# linux _aarch64 . _aarch64 aarch64 . . . . . . . . .... ........................................ | ||
# linux _armv7l . _armv7l armv7l . . . . . . . . .... ........................................ | ||
# linux _ppc64le . _ppc64le powerpc64le . . . . . . . . .... ........................................ | ||
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
5 changes: 3 additions & 2 deletions
5
.buildkite/pipelines/scheduled/no_bb/no_bb_tester_linux.arches
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,3 +1,4 @@ | ||
# PLATFORM LABEL ALLOW_FAIL ARCH ARCH_ROOTFS GROUP MAKE_FLAGS TIMEOUT_BK TIMEOUT_RR RETRIES IS_RR IS_ST IS_MT ROOTFS_TAG ROOTFS_HASH | ||
linux 64_no_bb . 64_no_bb x86_64 no-net . 180 120 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_no_bb_net . 64_no_bb x86_64 net . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_no_bb_g1 . 64_no_bb x86_64 g1 . 180 120 . yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_no_bb_g2 . 64_no_bb x86_64 g2 . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a | ||
linux 64_no_bb_g3 . 64_no_bb x86_64 g3 . 180 120 3 yes yes . v4.8 2a058481b567f0e91b9aa3ce4ad4f09e6419355a |