You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/checks.yml
+4-38Lines changed: 4 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -59,32 +59,15 @@ jobs:
59
59
matrix:
60
60
provider:
61
61
- Docker
62
+
- Nutanix
62
63
# Uncomment below once we have the ability to run e2e tests on other providers from GHA.
63
64
# - AWS
64
65
fail-fast: false
65
66
uses: ./.github/workflows/e2e.yml
66
67
with:
67
68
provider: ${{ matrix.provider }}
68
69
focus: Quick start
69
-
secrets: inherit
70
-
permissions:
71
-
contents: read
72
-
checks: write
73
-
74
-
# The actions runner controller does not support using multiple labels to target the runners so we have to create separate jobs for self-hosted runners.
# Uncomment below once we have the ability to run e2e tests on other providers from GHA.
99
83
# - AWS
100
84
fail-fast: false
101
85
uses: ./.github/workflows/e2e.yml
102
86
with:
103
87
provider: ${{ matrix.provider }}
104
88
focus: Self-hosted
105
-
secrets: inherit
106
-
permissions:
107
-
contents: read
108
-
checks: write
109
-
110
-
# The actions runner controller does not support using multiple labels to target the runners so we have to create separate jobs for self-hosted runners.
0 commit comments