|
65 | 65 | required: true
|
66 | 66 | type: string
|
67 | 67 | jobs:
|
68 |
| -#################################################################################################### |
69 |
| -# Compose Build |
70 |
| -#################################################################################################### |
| 68 | + #################################################################################################### |
| 69 | + # Compose Build |
| 70 | + #################################################################################################### |
71 | 71 | setup-build:
|
72 | 72 | outputs:
|
73 | 73 | matrix: ${{ steps.build-matrix.outputs.matrix }}
|
@@ -107,17 +107,17 @@ jobs:
|
107 | 107 | - name: Build Container Group
|
108 | 108 | if: ${{ !inputs.no_build }}
|
109 | 109 | id: build-group
|
110 |
| - uses: intel/ai-containers/.github@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main |
| 110 | + uses: intel/ai-containers/.github@main |
111 | 111 | with:
|
112 | 112 | group_dir: ${{ inputs.group_dir }}
|
113 | 113 | env_overrides: ${{ inputs.env_overrides || env.env_overrides || '' }}
|
114 | 114 | registry: ${{ secrets.REGISTRY }}
|
115 | 115 | repo: ${{ secrets.REPO }}
|
116 | 116 | no-push: ${{ inputs.no_push }}
|
117 | 117 | no-start: ${{ inputs.no_start }}
|
118 |
| -#################################################################################################### |
119 |
| -# Generic Test Runner |
120 |
| -#################################################################################################### |
| 118 | + #################################################################################################### |
| 119 | + # Generic Test Runner |
| 120 | + #################################################################################################### |
121 | 121 | setup-test:
|
122 | 122 | needs: [build-containers]
|
123 | 123 | runs-on: ubuntu-latest
|
@@ -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@e72c10dda994e96038c1ff46b1cf218c4d9929a4 # main |
| 159 | + uses: intel/ai-containers/test-runner@main |
160 | 160 | with:
|
161 | 161 | cache_registry: ${{ secrets.CACHE_REGISTRY }}
|
162 | 162 | perf_repo: ${{ secrets.PERF_REPO }}
|
|
0 commit comments