We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79def4 commit 430c57cCopy full SHA for 430c57c
.github/workflows/test-canary.yml
@@ -1,5 +1,5 @@
1
# This pipeline purpose is solely meant to run a subset of our test suites against upcoming or unreleased dependencies versions
2
-name: canary
+name: "[flaky, see #3988] canary"
3
4
on:
5
push:
.github/workflows/test.yml
@@ -423,7 +423,7 @@ jobs:
423
# Do not upgrade this to EL9 (cgroup v2).
424
test-integration-el8:
425
timeout-minutes: 60
426
- name: "EL8 (cgroup v1)"
+ name: "[flaky, see #3988] EL8 (cgroup v1)"
427
strategy:
428
fail-fast: false
429
matrix:
0 commit comments