ci: suppress promote-oci jobs that bypass SKIP_SHARED_PIPELINE#3687
Closed
ci: suppress promote-oci jobs that bypass SKIP_SHARED_PIPELINE#3687
Conversation
promote-oci-to-staging fires on NIGHTLY_BUILD=true, and promote-oci-to-prod-beta and promote-oci-to-prod fire on tag rules, before the SKIP_SHARED_PIPELINE check. Their dependencies (package-oci, oci-internal-publish, publishing-gate) are suppressed in the parent pipeline, causing pipeline validation failures. These jobs run correctly in the child pipeline (package-gen.yml).
ec7736e to
21ab585
Compare
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3687 +/- ##
==========================================
- Coverage 62.18% 62.11% -0.08%
==========================================
Files 141 141
Lines 13352 13352
Branches 1746 1746
==========================================
- Hits 8303 8293 -10
- Misses 4259 4267 +8
- Partials 790 792 +2 see 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Leiyks
added a commit
that referenced
this pull request
Mar 4, 2026
Instead of including one-pipeline.locked.yml in the parent pipeline (which caused package-oci and other shared-pipeline jobs to leak into the parent), move the two supported-configurations validation jobs to generate-shared.php where the shared-pipeline include belongs. This removes all SKIP_SHARED_PIPELINE workarounds that were added as a band-aid in #3679, #3682, and supersedes #3687. The validate_supported_configurations_v2_local_file and update_central_configurations_version_range_v2 jobs now run in the shared-trigger child pipeline (shared-gen.yml), which includes one-pipeline.locked.yml for the required job templates.
3 tasks
Leiyks
added a commit
that referenced
this pull request
Mar 4, 2026
Instead of including one-pipeline.locked.yml in the parent pipeline (which caused package-oci and other shared-pipeline jobs to leak into the parent), move the two supported-configurations validation jobs to generate-shared.php where the shared-pipeline include belongs. This removes all SKIP_SHARED_PIPELINE workarounds that were added as a band-aid in #3679, #3682, and supersedes #3687. The validate_supported_configurations_v2_local_file and update_central_configurations_version_range_v2 jobs now run in the shared-trigger child pipeline (shared-gen.yml), which includes one-pipeline.locked.yml for the required job templates.
Leiyks
added a commit
that referenced
this pull request
Mar 5, 2026
Instead of including one-pipeline.locked.yml in the parent pipeline (which caused package-oci and other shared-pipeline jobs to leak into the parent), move the two supported-configurations validation jobs to generate-shared.php where the shared-pipeline include belongs. This removes all SKIP_SHARED_PIPELINE workarounds that were added as a band-aid in #3679, #3682, and supersedes #3687. The validate_supported_configurations_v2_local_file and update_central_configurations_version_range_v2 jobs now run in the shared-trigger child pipeline (shared-gen.yml), which includes one-pipeline.locked.yml for the required job templates.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
promote-oci-to-staging fires on NIGHTLY_BUILD=true, and promote-oci-to-prod-beta and promote-oci-to-prod fire on tag rules, before the SKIP_SHARED_PIPELINE check. Their dependencies (package-oci, oci-internal-publish, publishing-gate) are suppressed in the parent pipeline, causing pipeline validation failures.
These jobs run correctly in the child pipeline (package-gen.yml).