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

Switching test to kubeflow deployment #351

merged 52 commits into from
Nov 29, 2018

Conversation

IronPan
Copy link
Member

@IronPan IronPan commented Nov 21, 2018

The pipeline is heading towards to the Kubeflow kfctl.sh deployment. Switch the way the tests are deploying the cluster so tests are testing against actual user scenario.

This change is Reviewable

@IronPan
Copy link
Member Author

IronPan commented Nov 21, 2018

/test build-image

1 similar comment
@IronPan
Copy link
Member Author

IronPan commented Nov 21, 2018

/test build-image

@IronPan
Copy link
Member Author

IronPan commented Nov 21, 2018

/test presubmit-e2e-test

1 similar comment
@IronPan
Copy link
Member Author

IronPan commented Nov 21, 2018

/test presubmit-e2e-test

@@ -69,8 +69,8 @@ echo "presubmit test starts"

# activating the service account
gcloud auth activate-service-account --key-file="${GOOGLE_APPLICATION_CREDENTIALS}"
gcloud config set compute/zone us-central1-a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we hard-coding the zone?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently we only requested quota for this zone.


#Creating a new GKE cluster if needed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted

@krzyzacy
Copy link

/retest

@IronPan
Copy link
Member Author

IronPan commented Nov 23, 2018

/test presubmit-e2e-test
/test presubmit-e2e-test-v2
/test presubmit-sample-test-v2

@IronPan
Copy link
Member Author

IronPan commented Nov 23, 2018

/test presubmit-sample-test-v2

1 similar comment
@IronPan
Copy link
Member Author

IronPan commented Nov 23, 2018

/test presubmit-sample-test-v2

@gaoning777
Copy link
Contributor

Is the major change to configure the GCP credentials?

@IronPan
Copy link
Member Author

IronPan commented Nov 28, 2018

/assign @Ark-kun @gaoning777

@IronPan
Copy link
Member Author

IronPan commented Nov 29, 2018

@gaoning777 to answer your question, this is switching the deployment, deprecating bootstrapper image.

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 29, 2018

/lgtm

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 29, 2018

/test presubmit-e2e-test-gce-minikube

@IronPan
Copy link
Member Author

IronPan commented Nov 29, 2018

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 9b77d4a into master Nov 29, 2018
@IronPan IronPan deleted the yangpa/newtest branch December 10, 2018 22:26
@@ -0,0 +1,36 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bash -e

# See the License for the specific language governing permissions and
# limitations under the License.

set -x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set -ex


function clean_up {
echo "Clean up..."
cd ${KFAPP}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails since $KFAPP is relative path.

Linchin pushed a commit to Linchin/pipelines that referenced this pull request Apr 11, 2023
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this pull request Mar 11, 2024
* add docs on migration from Argo

* Update samples/kfp-user-guide/README.md

Co-authored-by: Tommy Li <Tommy.chaoping.li@ibm.com>

* Update README.md

Co-authored-by: Tommy Li <Tommy.chaoping.li@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants