Backport of CI Testing To Release-2.11 - #350
Open
GeorgeFrankAeillo wants to merge 1 commit into
Open
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: GeorgeFrankAeillo The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
GeorgeFrankAeillo
force-pushed
the
gaeillo/backport-e2e-github-actions-to-2.11
branch
from
July 10, 2026 12:09
908371c to
1d656e6
Compare
- Bump promci from v0.1.0 to v0.5.4 to fix deprecated actions/upload-artifact v3. - Disable Windows tests: TestAsyncRuleEvaluation is flaky due to coarse timer resolution (~15.6ms). Fixed upstream in PRs prometheus#14100 and prometheus#14300. - Disable fuzzing: CIFuzz uses google/oss-fuzz@master which moved to the util/fuzzing/ layout incompatible with this branch's promql/fuzz.go targets. See prometheus#17941. - Disable GOARCH=386 tests: 32-bit emulation causes timeouts from compaction-heavy subtests like TestDiskFillingUpAfterDisablingOOO. - Remove publish jobs (publish_main, publish_release, publish_ui_release) not needed on this backport branch. - Add push branch/tag filters to on.push trigger. - Renew expired scrape test CA certificate. - Add .yamllint ignore rule.
GeorgeFrankAeillo
force-pushed
the
gaeillo/backport-e2e-github-actions-to-2.11
branch
from
July 10, 2026 15:23
1d656e6 to
ff7b15f
Compare
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.
This release is a backport of #344, which adds e2e testing support for Prometheus through GitHub actions.