We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1838cd8 + 430c57c commit 0d7f52cCopy full SHA for 0d7f52c
.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
@@ -428,7 +428,7 @@ jobs:
428
# Do not upgrade this to EL9 (cgroup v2).
429
test-integration-el8:
430
timeout-minutes: 60
431
- name: "EL8 (cgroup v1)"
+ name: "[flaky, see #3988] EL8 (cgroup v1)"
432
strategy:
433
fail-fast: false
434
matrix:
0 commit comments