You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --depth=50 https://github.com/kubeflow/pipelines.git kubeflow/pipelines
cd kubeflow/pipelines/
git fetch origin +refs/pull/919/merge:1 #Checking out the result of merging PR to master
git checkout -qf FETCH_HEAD
But Travis caches the build configuration (.travis.yml) before the build. If some job fails, and the master is updated, the subsequent runs will use the old build configuration, even though the master have a new one.
So, when someone makes a breaking change that includes a change to the .travis.yml, other PRs may start failing the tests.
The text was updated successfully, but these errors were encountered:
https://travis-ci.com/kubeflow/pipelines/jobs/182659416
Travis checks out the code correctly:
But Travis caches the build configuration (
.travis.yml
) before the build. If some job fails, and the master is updated, the subsequent runs will use the old build configuration, even though the master have a new one.So, when someone makes a breaking change that includes a change to the
.travis.yml
, other PRs may start failing the tests.The text was updated successfully, but these errors were encountered: