Skip to content

Commit 26ddd2a

Browse files
committed
chore(async-job): adjust e2e tests to be able to build the images
Signed-off-by: Eric Dobroveanu <[email protected]>
1 parent 71969a0 commit 26ddd2a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/async-upload-test.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ on:
1717
- ".github/workflows/**"
1818

1919
env:
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

2622
jobs:
2723
py-test:
@@ -49,8 +45,11 @@ jobs:
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:
@@ -70,7 +69,5 @@ jobs:
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

0 commit comments

Comments
 (0)