Re: [petsc-dev] note on submiting gitlab pipelines

2019-10-31 Thread Jed Brown via petsc-dev
"Balay, Satish via petsc-dev" writes: > Just a reminder: > > We've had regular changes to CI - [.gitlab-ci.yaml] - so its generally > a good idea to rebase branches to latest maint/master before starting > any new test pipeline. > > One can always check if .gitlab-ci.yaml was updated with: > > gi

Re: [petsc-dev] note on submiting gitlab pipelines

2019-10-31 Thread Balay, Satish via petsc-dev
Just a reminder: We've had regular changes to CI - [.gitlab-ci.yaml] - so its generally a good idea to rebase branches to latest maint/master before starting any new test pipeline. One can always check if .gitlab-ci.yaml was updated with: git fetch git log my-branch..master .gitlab-ci.yaml [eve

[petsc-dev] note on submiting gitlab pipelines

2019-10-22 Thread Balay, Satish via petsc-dev
A note to all petsc developers @gitlab who start test pipelines on MRs: Please rebase the MR branch over latest master (or maint - if appropriate) before starting the test pipeline pipeline to use latest ci fixes. i.e make sure e73aa2c6ed is in your branch - when the test is done. Without this fi