Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote test i686-linux-gnu[net] and gcext to must-pass #344

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipelines/main/launch_signed_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__�g�\�</�~28���1Z��{��/�����;��;c���|v��� s����C�N�L����#��C�����i"'�������
Salted__����c��]d8i}��E���QA�W�2i8�!��Ƣ�?��3\�+���w9[Ln���8q���81��<"j �E�c��Q���)�
13 changes: 7 additions & 6 deletions pipelines/main/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,18 @@ steps:
repo_url: "https://github.com/JuliaCI/julia-buildkite"
commands: |
export ALLOW_FAIL="false"
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml

# Launch Linux test jobs
GROUP="Test" \
bash .buildkite/utilities/arches_pipeline_upload.sh \
.buildkite/pipelines/main/platforms/test_linux.arches \
.buildkite/pipelines/main/platforms/test_linux.yml
# Launch i686-linux-gnu test jobs
GROUP="Test" \
bash .buildkite/utilities/arches_pipeline_upload.sh \
.buildkite/pipelines/main/platforms/test_linux.i686.arches \
.buildkite/pipelines/main/platforms/test_linux.i686.yml
# Launch macOS test jobs
GROUP="Test" \
bash .buildkite/utilities/arches_pipeline_upload.sh \
Expand Down Expand Up @@ -116,11 +123,6 @@ steps:
bash .buildkite/utilities/arches_pipeline_upload.sh \
.buildkite/pipelines/main/platforms/build_linux.soft_fail.arches \
.buildkite/pipelines/main/platforms/build_linux.yml
# Launch i686-linux-gnu test jobs
GROUP="Allow Fail" \
bash .buildkite/utilities/arches_pipeline_upload.sh \
.buildkite/pipelines/main/platforms/test_linux.i686.arches \
.buildkite/pipelines/main/platforms/test_linux.i686.yml
# Launch macOS allowed-to-fail build jobs
GROUP="Allow Fail" \
bash .buildkite/utilities/arches_pipeline_upload.sh \
Expand All @@ -136,7 +138,6 @@ steps:
repo_url: "https://github.com/JuliaCI/julia-buildkite"
commands: |
export ALLOW_FAIL="true"
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml

# Launch Linux allowed-to-fail test jobs
GROUP="Allow Fail" \
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/launch_upload_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__����F��Ok9��LD��Y��ݸu�w5j�e�B�_���RaR�ъ"[�}0�&��筐UXM�4TQ��=��+�Ԩ�2�_S��i����=
Salted__a/EeK(���ӿ���&�2o�.E��g ��(�����S����l�#꼋�ű�� i*����S�I�Y̰�FF��4��+_z~���
2 changes: 1 addition & 1 deletion pipelines/main/misc/gcext.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- group: "Allow Fail"
- group: "Test"
steps:
- label: "gcext"
key: "gcext"
Expand Down
Binary file modified pipelines/scheduled/coverage/coverage.yml.signature
Binary file not shown.
Binary file modified pipelines/scheduled/launch_signed_jobs.yml.signature
Binary file not shown.
Binary file modified pipelines/scheduled/launch_upload_jobs.yml.signature
Binary file not shown.