Skip to content

Commit 467048a

Browse files
Use common workflow to setup and start KinD
1 parent cea789e commit 467048a

File tree

4 files changed

+8
-106
lines changed

4 files changed

+8
-106
lines changed

.github/actions/kind/action.yml

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

.github/resources-kind/kind.yaml

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

.github/workflows/e2e_tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ jobs:
5252
with:
5353
submodules: recursive
5454

55+
- name: Checkout common repo code
56+
uses: actions/checkout@v3
57+
with:
58+
repository: 'project-codeflare/codeflare-common'
59+
ref: 'main'
60+
path: 'common'
61+
5562
- name: Checkout CodeFlare operator repository
5663
uses: actions/checkout@v3
5764
with:
@@ -69,7 +76,7 @@ jobs:
6976
token: ${{ secrets.GITHUB_TOKEN }}
7077

7178
- name: Setup and start KinD cluster
72-
uses: ./.github/actions/kind
79+
uses: ./common/github-actions/kind
7380

7481
- name: Deploy CodeFlare stack
7582
id: deploy
Binary file not shown.

0 commit comments

Comments
 (0)