Skip to content

Commit 2a7ffed

Browse files
committed
test
1 parent d82353a commit 2a7ffed

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/workflows/e2e_tests.yaml

+17-18
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- 'release-*'
7+
- "release-*"
88
paths-ignore:
9-
- 'docs/**'
10-
- '**.adoc'
11-
- '**.md'
12-
- 'LICENSE'
9+
- "docs/**"
10+
- "**.adoc"
11+
- "**.md"
12+
- "LICENSE"
1313
push:
1414
branches:
1515
- main
16-
- 'release-*'
16+
- "release-*"
1717
paths-ignore:
18-
- 'docs/**'
19-
- '**.adoc'
20-
- '**.md'
21-
- 'LICENSE'
18+
- "docs/**"
19+
- "**.adoc"
20+
- "**.md"
21+
- "LICENSE"
2222

2323
concurrency:
2424
group: ${{ github.head_ref }}-${{ github.workflow }}
@@ -29,7 +29,6 @@ env:
2929

3030
jobs:
3131
kubernetes:
32-
3332
runs-on: ubuntu-20.04-4core-gpu
3433

3534
steps:
@@ -41,20 +40,20 @@ jobs:
4140
- name: Checkout common repo code
4241
uses: actions/checkout@v4
4342
with:
44-
repository: 'project-codeflare/codeflare-common'
45-
ref: 'main'
46-
path: 'common'
43+
repository: "project-codeflare/codeflare-common"
44+
ref: "main"
45+
path: "common"
4746

4847
- name: Checkout CodeFlare operator repository
4948
uses: actions/checkout@v4
5049
with:
51-
repository: project-codeflare/codeflare-operator
50+
repository: ygnas/codeflare-operator
5251
path: codeflare-operator
5352

5453
- name: Set Go
5554
uses: actions/setup-go@v5
5655
with:
57-
go-version-file: './codeflare-operator/go.mod'
56+
go-version-file: "./codeflare-operator/go.mod"
5857
cache-dependency-path: "./codeflare-operator/go.sum"
5958

6059
- name: Set up gotestfmt
@@ -65,8 +64,8 @@ jobs:
6564
- name: Set up specific Python version
6665
uses: actions/setup-python@v5
6766
with:
68-
python-version: '3.9'
69-
cache: 'pip' # caching pip dependencies
67+
python-version: "3.9"
68+
cache: "pip" # caching pip dependencies
7069

7170
- name: Setup NVidia GPU environment for KinD
7271
uses: ./common/github-actions/nvidia-gpu-setup

0 commit comments

Comments
 (0)