[Backport v1.27] Use Ubuntu 26.04 GBI for internal build#3041
Merged
Conversation
* [datadog-operator] Use Ubuntu 26.04 GBI * Use single tmpl image version with unification * Fix FIPS staging image tag missing -fips suffix trigger_custom_operator_image_fips_staging was publishing to the same RELEASE_TAG/BUILD_TAG as the non-FIPS staging job, causing one to overwrite the other. Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]> * Make e2e tests manual when PUSH_IMAGES_TO_STAGING is set When testing custom builds pushed to staging, e2e tests should not start automatically. Changing allow_failure to when:manual so they remain triggerable but don't consume CI resources by default. Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]> * Point images triggers to master now that images PR is merged Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]> --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <[email protected]> (cherry picked from commit 7a0a7a8)
tbavelier
approved these changes
May 26, 2026
|
🎯 Code Coverage (details) 🔗 Commit SHA: 010494c | Docs | Datadog PR Page | Give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v1.27 #3041 +/- ##
=======================================
Coverage 41.37% 41.37%
=======================================
Files 334 334
Lines 28581 28581
=======================================
Hits 11826 11826
Misses 15965 15965
Partials 790 790
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
Backport 7a0a7a8 from #3038.
What does this PR do?
tmpl-v3for internal builds, based on Ubuntu 26.04 GBI (with FIPS handled via Jinja2 conditional in a single template)-fipssuffixPUSH_IMAGES_TO_STAGINGis set, to avoid blocking/waiting staging test pipelinesMotivation
Additional Notes
Depends on https://github.com/DataDog/images/pull/9871, now merged to master.