Skip to content

Commit da63e14

Browse files
authored
Merge branch 'main' into jn/cancel-signal
2 parents b1e8881 + e684c24 commit da63e14

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

pipelines/main/launch_unsigned_jobs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ steps:
102102
bash .buildkite/utilities/arches_pipeline_upload.sh \
103103
.buildkite/pipelines/main/platforms/test_macos.arches \
104104
.buildkite/pipelines/main/platforms/test_macos.yml
105+
# Launch FreeBSD test jobs
106+
GROUP="Test" \
107+
bash .buildkite/utilities/arches_pipeline_upload.sh \
108+
.buildkite/pipelines/main/platforms/test_freebsd.arches \
109+
.buildkite/pipelines/main/platforms/test_freebsd.yml
105110
# Launch windows test jobs
106111
GROUP="Test" \
107112
bash .buildkite/utilities/arches_pipeline_upload.sh \

pipelines/main/platforms/test_freebsd.arches

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# OS TRIPLET ARCH TIMEOUT
2+
freebsd x86_64-unknown-freebsd x86_64 .
23

34
# These special lines allow us to embed default values for the columns above.
45
# Any column without a default mapping here will simply substitute a `.` to the empty string

pipelines/main/platforms/test_freebsd.soft_fail.arches

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# OS TRIPLET ARCH TIMEOUT
2-
freebsd x86_64-unknown-freebsd x86_64 .
32

43
# These special lines allow us to embed default values for the columns above.
54
# Any column without a default mapping here will simply substitute a `.` to the empty string

0 commit comments

Comments
 (0)