Skip to content

Commit 8687422

Browse files
authored
Update mz-workload-tests.yml
Updated internal container image to use for workload tests
1 parent d4ab9d9 commit 8687422

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/mz-workload-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,14 @@ jobs:
121121
test:
122122
runs-on: [self-hosted, "${{ inputs.runner_label }}"]
123123
container:
124-
image: python:3.8
125-
credentials:
126-
username: ${{ secrets.HUB_USER }}
127-
password: ${{ secrets.HUB_TOKEN }}
124+
image: cache-registry.caas.intel.com/cache/library/python:slim
128125
env:
129126
http_proxy: ${{ secrets.HTTP_PROXY }}
130127
https_proxy: ${{ secrets.HTTPS_PROXY }}
131128
no_proxy: ${{ secrets.NO_PROXY }}
132129
volumes:
133130
- /tf_dataset/:/tf_dataset/
134-
options: --privileged
131+
options: --user root --entrypoint bash --privileged
135132
continue-on-error: true
136133
steps:
137134
- name: Checkout

0 commit comments

Comments
 (0)