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

Now pipeline function takes direct default values rather than dsp.PipelineParam. #110

Merged
merged 12 commits into from
Nov 27, 2018

Conversation

qimingj
Copy link
Contributor

@qimingj qimingj commented Nov 6, 2018

It simplifies the sample code a lot. Also updated all samples and tests.


This change is Reviewable

…elineParam. It simplifies the sample code a lot.
Copy link
Contributor

@Ark-kun Ark-kun left a comment

Choose a reason for hiding this comment

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

Please, make sure each pipeline compiles.

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 10, 2018

Other than that,
/lgtm

@k8s-ci-robot k8s-ci-robot removed the lgtm label Nov 10, 2018
@coveralls
Copy link

coveralls commented Nov 10, 2018

Pull Request Test Coverage Report for Build 184

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 67.592%

Totals Coverage Status
Change from base Build 176: 0.0%
Covered Lines: 1535
Relevant Lines: 2179

💛 - Coveralls

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 10, 2018

/lgtm

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 10, 2018

/approve

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 10, 2018

/test presubmit-e2e-test

5 similar comments
@qimingj
Copy link
Contributor Author

qimingj commented Nov 10, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 10, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 10, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 11, 2018

/test presubmit-e2e-test

@qimingj
Copy link
Contributor Author

qimingj commented Nov 11, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 11, 2018

/test presubmit-sample-test

@qimingj
Copy link
Contributor Author

qimingj commented Nov 11, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 11, 2018

The sample test is not successful at this moment. Removing the approved label for now.
/approve cancel

@qimingj
Copy link
Contributor Author

qimingj commented Nov 22, 2018

/retest presubmit-e2e-test

3 similar comments
@qimingj
Copy link
Contributor Author

qimingj commented Nov 23, 2018

/retest presubmit-e2e-test

@qimingj
Copy link
Contributor Author

qimingj commented Nov 25, 2018

/retest presubmit-e2e-test

@qimingj
Copy link
Contributor Author

qimingj commented Nov 25, 2018

/retest presubmit-e2e-test

@qimingj
Copy link
Contributor Author

qimingj commented Nov 26, 2018

run-frontend-integration-tests: Error: element (".tableRow") still not visible after 5000ms

FROM python:3.5 as compiler

RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q default-jdk libssl-dev libffi-dev wget
Copy link
Member

Choose a reason for hiding this comment

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

are libssl-dev and libffi-dev needed?
doesn't seem to be needed for travis but i could be wrong.
https://github.com/kubeflow/pipelines/blob/master/.travis.yml#L20

@IronPan
Copy link
Member

IronPan commented Nov 26, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot removed the lgtm label Nov 26, 2018
@IronPan
Copy link
Member

IronPan commented Nov 26, 2018

/lgtm

@qimingj
Copy link
Contributor Author

qimingj commented Nov 26, 2018

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qimingj

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
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qimingj

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

@qimingj
Copy link
Contributor Author

qimingj commented Nov 26, 2018

/test presubmit-e2e-test

RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q default-jdk wget

RUN pip3 install setuptools==40.5.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this no auto-installed? Do we need the specific version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes per @gaoning777 's investigation.


RUN pip3 install setuptools==40.5.0

RUN wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -O /tmp/swagger-codegen-cli.jar
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this for compilation? The compiler probably runs fine without the swagger codegen or kubernetes.

@k8s-ci-robot k8s-ci-robot merged commit 0b7120c into master Nov 27, 2018
@qimingj qimingj deleted the dsl2 branch November 27, 2018 01:16
@Ark-kun
Copy link
Contributor

Ark-kun commented Dec 4, 2018

Also fixes #358

@Linchin Linchin mentioned this pull request Apr 18, 2022
1 task
Linchin pushed a commit to Linchin/pipelines that referenced this pull request Apr 11, 2023
…test xml outputs (kubeflow#110)

Update Pipfile and lock file to reflect this
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
…vior. (kubeflow#110)

* Uses release built images for scikitlearn and xgboost

* More notes on release process

* Added default tensorflow runtime version
HumairAK referenced this pull request in red-hat-data-services/data-science-pipelines Mar 11, 2024
Fix bug in previous report where Python test_util could
not be run from outside the sdk/python/tests folder
HumairAK referenced this pull request in red-hat-data-services/data-science-pipelines Mar 11, 2024
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.

6 participants