The issue was when a machine went down we suddenly unknowningly had to 
rebase against some strange branch before running the pipeline. That was not a 
good work flow. Perhaps Satish fixed it so master and maint are adjusted when a 
machine goes down hence no strange branches to merge against.

   I do think a model that "just worked" when a machine went down without 
needing to change the .gitlab-ci file would be better.  If I remember vaguely 
can't every enry in .gitlab-ci be marked as "skip if the runner is not 
available". Can we adopt that model? We may have tried it before and were not 
happy with it?

   Barry


> On Jun 23, 2020, at 12:19 AM, Jed Brown <j...@jedbrown.org> wrote:
> 
> Satish Balay via petsc-dev <petsc-dev@mcs.anl.gov> writes:
> 
>> say - you reorganized some configure code - and changed with-x to with-x11
>> 
>> This means the corresponding change should also be config/*.py - for tests 
>> not to break. [but other branches would still have to use whats valid for 
>> them].
>> 
>> So encoding examples/*.py a single/remote gitlab-ci.yaml just creates more 
>> problems
> 
> I thought Barry was just proposing inlining the configure options into 
> .gitlab-ci.yml, which I think would work fine, but also don't clearly see a 
> point.
> 
>> On Mon, 22 Jun 2020, Barry Smith wrote:
>> 
>>> 
>>>  I see, the way it is now each test case in the .gitlab file is hardwired 
>>> to an examples/*.py maybe we should just delete the examples/*.py and put 
>>> them directly in the yaml file.

Reply via email to