Skip to content

Commit 8740302

Browse files
author
tylertitsworth
committed
unhash our charts
1 parent 93442c7 commit 8740302

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/chart-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444
ref: ${{ github.event.merge_group.head_ref }}
45-
- uses: intel/ai-containers/workflows/charts@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
45+
- uses: intel/ai-containers/workflows/charts@main
4646
with:
4747
kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}

.github/workflows/container-ci.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ on:
6565
required: true
6666
type: string
6767
jobs:
68-
####################################################################################################
69-
# Compose Build
70-
####################################################################################################
68+
####################################################################################################
69+
# Compose Build
70+
####################################################################################################
7171
setup-build:
7272
outputs:
7373
matrix: ${{ steps.build-matrix.outputs.matrix }}
@@ -107,17 +107,17 @@ jobs:
107107
- name: Build Container Group
108108
if: ${{ !inputs.no_build }}
109109
id: build-group
110-
uses: intel/ai-containers/.github@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
110+
uses: intel/ai-containers/.github@main
111111
with:
112112
group_dir: ${{ inputs.group_dir }}
113113
env_overrides: ${{ inputs.env_overrides || env.env_overrides || '' }}
114114
registry: ${{ secrets.REGISTRY }}
115115
repo: ${{ secrets.REPO }}
116116
no-push: ${{ inputs.no_push }}
117117
no-start: ${{ inputs.no_start }}
118-
####################################################################################################
119-
# Generic Test Runner
120-
####################################################################################################
118+
####################################################################################################
119+
# Generic Test Runner
120+
####################################################################################################
121121
setup-test:
122122
needs: [build-containers]
123123
runs-on: ubuntu-latest
@@ -156,7 +156,7 @@ jobs:
156156
username: ${{ secrets.REGISTRY_USER }}
157157
password: ${{ secrets.REGISTRY_TOKEN }}
158158
- name: Test Container Group
159-
uses: intel/ai-containers/test-runner@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
159+
uses: intel/ai-containers/test-runner@main
160160
with:
161161
cache_registry: ${{ secrets.CACHE_REGISTRY }}
162162
perf_repo: ${{ secrets.PERF_REPO }}

.github/workflows/integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
group: ${{ fromJson(needs.group-diff.outputs.groups) }}
6969
experimental: [true]
7070
fail-fast: false
71-
uses: intel/ai-containers/.github/workflows/container-ci.yaml@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
71+
uses: intel/ai-containers/.github/workflows/container-ci.yaml@main
7272
with:
7373
group_dir: ${{ matrix.group }}
7474
ref: "refs/pull/${{ github.event.number }}/merge"

.github/workflows/test-runner-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
python-version: "3.8"
144144
- name: Test Container Group
145-
uses: intel/ai-containers/test-runner@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
145+
uses: intel/ai-containers/test-runner@main
146146
with:
147147
cache_registry: ${{ secrets.CACHE_REGISTRY }}
148148
perf_repo: ${{ secrets.PERF_REPO }}

.github/workflows/weekly-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
group: ${{ fromJson(needs.get-groups.outputs.groups) }}
4848
experimental: [true]
4949
fail-fast: false
50-
uses: intel/ai-containers/.github/workflows/container-ci.yaml@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
50+
uses: intel/ai-containers/.github/workflows/container-ci.yaml@main
5151
with:
5252
group_dir: ${{ matrix.group }}
5353
ref: main
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6363
with:
6464
fetch-depth: 0
65-
- uses: intel/ai-containers/workflows/charts@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main
65+
- uses: intel/ai-containers/workflows/charts@main
6666
with:
6767
config: '--all --namespace helm-ci'
6868
list_changed: false

0 commit comments

Comments
 (0)