File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
fetch-depth : 0
44
44
ref : ${{ github.event.merge_group.head_ref }}
45
- - uses : intel/ai-containers/workflows/charts@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
45
+ - uses : intel/ai-containers/workflows/charts@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
46
46
with :
47
47
kubeconfig_path : ${{ secrets.KUBECONFIG_PATH }}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
- name : Build Container Group
108
108
if : ${{ !inputs.no_build }}
109
109
id : build-group
110
- uses : intel/ai-containers/.github@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
110
+ uses : intel/ai-containers/.github@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
111
111
with :
112
112
group_dir : ${{ inputs.group_dir }}
113
113
env_overrides : ${{ inputs.env_overrides || env.env_overrides || '' }}
@@ -156,7 +156,7 @@ jobs:
156
156
username : ${{ secrets.REGISTRY_USER }}
157
157
password : ${{ secrets.REGISTRY_TOKEN }}
158
158
- name : Test Container Group
159
- uses : intel/ai-containers/test-runner@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
159
+ uses : intel/ai-containers/test-runner@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
160
160
with :
161
161
cache_registry : ${{ secrets.CACHE_REGISTRY }}
162
162
perf_repo : ${{ secrets.PERF_REPO }}
Original file line number Diff line number Diff line change 68
68
group : ${{ fromJson(needs.group-diff.outputs.groups) }}
69
69
experimental : [true]
70
70
fail-fast : false
71
- uses : intel/ai-containers/.github/workflows/container-ci.yaml@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
71
+ uses : intel/ai-containers/.github/workflows/container-ci.yaml@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
72
72
with :
73
73
group_dir : ${{ matrix.group }}
74
74
ref : " refs/pull/${{ github.event.number }}/merge"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
with :
143
143
python-version : " 3.8"
144
144
- name : Test Container Group
145
- uses : intel/ai-containers/test-runner@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
145
+ uses : intel/ai-containers/test-runner@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
146
146
with :
147
147
cache_registry : ${{ secrets.CACHE_REGISTRY }}
148
148
perf_repo : ${{ secrets.PERF_REPO }}
Original file line number Diff line number Diff line change 47
47
group : ${{ fromJson(needs.get-groups.outputs.groups) }}
48
48
experimental : [true]
49
49
fail-fast : false
50
- uses : intel/ai-containers/.github/workflows/container-ci.yaml@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
50
+ uses : intel/ai-containers/.github/workflows/container-ci.yaml@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
51
51
with :
52
52
group_dir : ${{ matrix.group }}
53
53
ref : main
62
62
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
63
with :
64
64
fetch-depth : 0
65
- - uses : intel/ai-containers/workflows/charts@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
65
+ - uses : intel/ai-containers/workflows/charts@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
66
66
with :
67
67
config : ' --all --namespace helm-ci'
68
68
list_changed : false
You can’t perform that action at this time.
0 commit comments