Skip to content

Commit

Permalink
Upload after build without waiting for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Jan 24, 2025
1 parent 6c905bf commit 9c8fd9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pipelines/main/platforms/upload_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
depends_on:
# Wait for the builder to finish
- "build_${TRIPLET?}"
# Wait for the tester to finish
- "test_${TRIPLET?}"
# Prevent multiple pipelines from uploading to S3 simultaneously
# It is okay for two different triplets to upload simultaneously
concurrency: 1
Expand Down
2 changes: 0 additions & 2 deletions pipelines/main/platforms/upload_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
depends_on:
# Wait for the builder to finish
- "build_${TRIPLET?}"
# Wait for the tester to finish
- "test_${TRIPLET?}"
# Prevent multiple pipelines from uploading to S3 simultaneously
# It is okay for two different triplets to upload simultaneously
concurrency: 1
Expand Down
2 changes: 0 additions & 2 deletions pipelines/main/platforms/upload_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
depends_on:
# Wait for the builder to finish
- "build_${TRIPLET?}"
# Wait for the tester to finish
- "test_${TRIPLET?}"
# Prevent multiple pipelines from uploading to S3 simultaneously
# It is okay for two different triplets to upload simultaneously
concurrency: 1
Expand Down
2 changes: 0 additions & 2 deletions pipelines/main/platforms/upload_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
depends_on:
# Wait for the builder to finish
- "build_${TRIPLET?}"
# Wait for the tester to finish
- "test_${TRIPLET?}"
# Prevent multiple pipelines from uploading to S3 simultaneously
# It is okay for two different triplets to upload simultaneously
concurrency: 1
Expand Down

0 comments on commit 9c8fd9e

Please sign in to comment.