Skip to content

Commit

Permalink
Replace XGBoost image for E2E with community hosted
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Sep 28, 2023
1 parent bb2b58a commit bf7f5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
GANG_SCHEDULER_NAME: ${{ matrix.gang-scheduler-name }}
KUBERNETES_VERSION: ${{ matrix.kubernetes-version }}

- name: Pre-load job images
run: |
docker pull docker.io/kubeflow/xgboost-dist-iris:latest
kind load docker-image docker.io/kubeflow/xgboost-dist-iris:latest
- name: Run tests
run: |
pip install pytest
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/test/e2e/test_e2e_xgboostjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def generate_xgboostjob(
def generate_container() -> V1Container:
return V1Container(
name=CONTAINER_NAME,
image="docker.io/merlintang/xgboost-dist-iris:1.1",
image="docker.io/kubeflow/xgboost-dist-iris:latest",
args=[
"--job_type=Train",
"--xgboost_parameter=objective:multi:softprob,num_class:3",
Expand Down

0 comments on commit bf7f5aa

Please sign in to comment.