Skip to content

Commit 0d7f52c

Browse files
authored
Merge pull request containerd#3989 from apostasie/fix-3988
CI: update Canary and EL8 titles
2 parents 1838cd8 + 430c57c commit 0d7f52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This pipeline purpose is solely meant to run a subset of our test suites against upcoming or unreleased dependencies versions
2-
name: canary
2+
name: "[flaky, see #3988] canary"
33

44
on:
55
push:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428
# Do not upgrade this to EL9 (cgroup v2).
429429
test-integration-el8:
430430
timeout-minutes: 60
431-
name: "EL8 (cgroup v1)"
431+
name: "[flaky, see #3988] EL8 (cgroup v1)"
432432
strategy:
433433
fail-fast: false
434434
matrix:

0 commit comments

Comments
 (0)