File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1717 - " .github/workflows/**"
1818
1919env :
20- IMG_REGISTRY : ghcr.io
21- IMG_ORG : kubeflow
22- IMG_REPO : model-registry/job/async-upload
2320 PUSH_IMAGE : false
24- BRANCH : ${{ github.base_ref }}
2521
2622jobs :
2723 py-test :
4945 set -x
5046 sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
5147 - name : Run E2E tests
48+ env :
49+ IMG_VERSION : e2e
50+ IMG : ghcr.io/kubeflow/model-registry/server:e2e
5251 run : |
53- BUILD_IMAGE=false make test-e2e
52+ make test-e2e
5453 job-test :
5554 runs-on : ubuntu-latest
5655 defaults :
7069 set -x
7170 sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
7271 - name : Execute Sample Job E2E test
73- env :
74- JOB_IMG : " ${{ env.IMG_REGISTRY }}/${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:integration"
7572 run : |
76- BUILD_IMAGE=false JOB_IMG=${JOB_IMG} make test-integration
73+ make test-integration
You can’t perform that action at this time.
0 commit comments