Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching test to kubeflow deployment #351

Merged
merged 52 commits into from
Nov 29, 2018
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
1c7f2c9
test
IronPan Nov 21, 2018
213795b
fix
IronPan Nov 21, 2018
47d5457
fix
IronPan Nov 21, 2018
0ea4e69
fix
IronPan Nov 21, 2018
e2f5ea1
fix
IronPan Nov 21, 2018
bf05e06
fix
IronPan Nov 21, 2018
b83c4c1
update
IronPan Nov 21, 2018
21f88d0
cleanup
IronPan Nov 21, 2018
8c3f83f
fix
IronPan Nov 21, 2018
b78dc1b
coopy test
IronPan Nov 21, 2018
1323ab4
chmod
IronPan Nov 21, 2018
ab93fe8
fix
IronPan Nov 21, 2018
39d1712
fix
IronPan Nov 21, 2018
f694670
fix
IronPan Nov 21, 2018
1974bd3
fix
IronPan Nov 21, 2018
61a8ef4
fix
IronPan Nov 21, 2018
33cad5b
fix
IronPan Nov 21, 2018
97de358
fix
IronPan Nov 21, 2018
08a54ef
fix
IronPan Nov 21, 2018
6afcc66
fix
IronPan Nov 21, 2018
fa492e7
fix
IronPan Nov 21, 2018
7bd127a
fix
IronPan Nov 22, 2018
8b37fa2
fix
IronPan Nov 22, 2018
1d55b6f
fix
IronPan Nov 22, 2018
0776bf6
fix
IronPan Nov 22, 2018
fae10e9
fix
IronPan Nov 22, 2018
f198ccb
fix
IronPan Nov 22, 2018
ed04d33
fix
IronPan Nov 22, 2018
bafc268
fix
IronPan Nov 22, 2018
2ef2610
fix
IronPan Nov 22, 2018
41979ba
fix
IronPan Nov 22, 2018
f449107
fix
IronPan Nov 22, 2018
1b86ad0
fix
IronPan Nov 22, 2018
7c19bc9
fix
IronPan Nov 22, 2018
84bbc39
fix
IronPan Nov 22, 2018
1beaae7
fix
IronPan Nov 22, 2018
bb6420d
update
IronPan Nov 22, 2018
2fde6f4
fix
IronPan Nov 22, 2018
4a98037
fix
IronPan Nov 22, 2018
ab647bf
fix
IronPan Nov 22, 2018
d2e073d
fix
IronPan Nov 22, 2018
ed6b9e8
fix
IronPan Nov 22, 2018
da34b8d
fix
IronPan Nov 22, 2018
75c89c9
fix
IronPan Nov 22, 2018
63c9832
fix sample test
IronPan Nov 22, 2018
5c73e01
fix
IronPan Nov 22, 2018
25a49d9
fix
IronPan Nov 22, 2018
a5a14dc
merge
IronPan Nov 28, 2018
2701495
merge
IronPan Nov 28, 2018
94edfa8
update image builder image
IronPan Nov 28, 2018
2fdb5c7
update script
IronPan Nov 29, 2018
776034f
mount permission
IronPan Nov 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
IronPan committed Nov 21, 2018
commit bf05e0681ddabc9856f85711642e4acf78e49a38
5 changes: 3 additions & 2 deletions test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,18 @@ if [ "$WORKFLOW_FILE" == "e2e_test_gke.yaml" ]; then
${KUBEFLOW_SRC}/scripts/kfctl.sh generate k8s

## Update pipeline component image
pushd ks_app
ks param set pipeline apiImage ${GCR_IMAGE_BASE_DIR}/api:${PULL_PULL_SHA}
ks param set pipeline persistenceAgentImage ${GCR_IMAGE_BASE_DIR}/persistenceagent:${PULL_PULL_SHA}
ks param set pipeline scheduledWorkflowImage ${GCR_IMAGE_BASE_DIR}/scheduledworkflow:${PULL_PULL_SHA}
ks param set pipeline uiImage ${GCR_IMAGE_BASE_DIR}/frontend:${PULL_PULL_SHA}
popd

${KUBEFLOW_SRC}/scripts/kfctl.sh apply k8s

gcloud container clusters get-credentials ${TEST_CLUSTER}
fi

# TODO install argo if not install kubeflow

echo "submitting argo workflow for commit ${PULL_PULL_SHA}..."
ARGO_WORKFLOW=`argo submit $(dirname $0)/${WORKFLOW_FILE} \
-p commit-sha="${PULL_PULL_SHA}" \
Expand Down