File tree 1 file changed +17
-18
lines changed
1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- main
7
- - ' release-*'
7
+ - " release-*"
8
8
paths-ignore :
9
- - ' docs/**'
10
- - ' **.adoc'
11
- - ' **.md'
12
- - ' LICENSE'
9
+ - " docs/**"
10
+ - " **.adoc"
11
+ - " **.md"
12
+ - " LICENSE"
13
13
push :
14
14
branches :
15
15
- main
16
- - ' release-*'
16
+ - " release-*"
17
17
paths-ignore :
18
- - ' docs/**'
19
- - ' **.adoc'
20
- - ' **.md'
21
- - ' LICENSE'
18
+ - " docs/**"
19
+ - " **.adoc"
20
+ - " **.md"
21
+ - " LICENSE"
22
22
23
23
concurrency :
24
24
group : ${{ github.head_ref }}-${{ github.workflow }}
29
29
30
30
jobs :
31
31
kubernetes :
32
-
33
32
runs-on : ubuntu-20.04-4core-gpu
34
33
35
34
steps :
@@ -41,20 +40,20 @@ jobs:
41
40
- name : Checkout common repo code
42
41
uses : actions/checkout@v4
43
42
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"
47
46
48
47
- name : Checkout CodeFlare operator repository
49
48
uses : actions/checkout@v4
50
49
with :
51
- repository : project-codeflare /codeflare-operator
50
+ repository : ygnas /codeflare-operator
52
51
path : codeflare-operator
53
52
54
53
- name : Set Go
55
54
uses : actions/setup-go@v5
56
55
with :
57
- go-version-file : ' ./codeflare-operator/go.mod'
56
+ go-version-file : " ./codeflare-operator/go.mod"
58
57
cache-dependency-path : " ./codeflare-operator/go.sum"
59
58
60
59
- name : Set up gotestfmt
65
64
- name : Set up specific Python version
66
65
uses : actions/setup-python@v5
67
66
with :
68
- python-version : ' 3.9'
69
- cache : ' pip' # caching pip dependencies
67
+ python-version : " 3.9"
68
+ cache : " pip" # caching pip dependencies
70
69
71
70
- name : Setup NVidia GPU environment for KinD
72
71
uses : ./common/github-actions/nvidia-gpu-setup
You can’t perform that action at this time.
0 commit comments