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

Our tests fail on external PRs #215

Closed
Ark-kun opened this issue Nov 12, 2018 · 3 comments
Closed

Our tests fail on external PRs #215

Ark-kun opened this issue Nov 12, 2018 · 3 comments

Comments

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 12, 2018

See the failing tests in these PRs:
#164
#212

The root cause: image builders fail, because they try to check-out the PR's commit themselves and fail to do so. I've written about a long-term solution to this problem in #200

Note that this issue is not caused by #165 . This problem existed even in our private repo. (See https://github.com/googleprivate/ml/pull/1535)
Truth is #165 makes a step in the direction of short-term fixing this, but it's only half way there.

As short term fix would be to add git fetch https://github.com/<fork_org>/<fork_repo>.git <fork_branch> before the merge.

@vicaire
Copy link
Contributor

vicaire commented Nov 12, 2018

@Ark-kun, could you please provide more details? Why do the test fail on external PRs?

Note that tests should ideally not be automatically triggered on external PR.

@vicaire vicaire removed their assignment Nov 12, 2018
@vicaire
Copy link
Contributor

vicaire commented Mar 26, 2019

Assuming that this is resolved.

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Mar 27, 2019

Fixed by #315

Linchin pushed a commit to Linchin/pipelines that referenced this issue Apr 11, 2023
* Recreate k8s client on auth failure

* Recreate client on each call

* Fix syntax

* Remove debug msg

* Try to fix unit tests
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
* invoke credentials builder from model initializer

* update test

* remove sa annotation

* fix initContainer typo

* fix status code on configmap not found

* format changes

* update test to incl.  credbuilder

* add credentials unit tests
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this issue Mar 11, 2024
* Update mdtoc.sh script to remove colons from anchor links
* Add check_mdtoc target to Makefile
* Add make check_mdtoc to Travis/CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants