Skip to content

Commit 1ace428

Browse files
committed
revertme: disable e2e
The testing facilities are offline for an extended time, thus disable/remove e2e workflows. Signed-off-by: Tuomas Katila <[email protected]>
1 parent 409d805 commit 1ace428

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- validate
3737
uses: "./.github/workflows/lib-build.yaml"
3838

39-
e2e:
40-
needs:
41-
- build
42-
uses: "./.github/workflows/lib-e2e.yaml"
39+
# e2e:
40+
# needs:
41+
# - build
42+
# uses: "./.github/workflows/lib-e2e.yaml"

.github/workflows/devel.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ jobs:
3939
- trivy
4040
uses: "./.github/workflows/lib-build.yaml"
4141

42-
e2e:
43-
needs:
44-
- build
45-
uses: "./.github/workflows/lib-e2e.yaml"
42+
# e2e:
43+
# needs:
44+
# - build
45+
# uses: "./.github/workflows/lib-e2e.yaml"
4646

4747
# devel image push
4848
publish:
4949
permissions:
5050
contents: read
5151
id-token: write
5252
needs:
53-
- e2e
53+
# - e2e
5454
- build
5555
uses: "./.github/workflows/lib-publish.yaml"
5656
secrets: inherit

.github/workflows/e2e.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)