mbox series

[for-6.1,0/2] gitlab: misc tweaks to job execution rules

Message ID 20210722162035.2765755-1-berrange@redhat.com
Headers show
Series gitlab: misc tweaks to job execution rules | expand

Message

Daniel P. Berrangé July 22, 2021, 4:20 p.m. UTC
- Fixes a problem with acceptance jobs running when build jobs fail
 - Fixes a problem with pages job publishing website from undesirable
   branches.

Daniel P. Berrangé (2):
  gitlab: only let pages be published from default branch
  gitlab: don't run acceptance jobs if build jobs fail

 .gitlab-ci.d/buildtest-template.yml |  4 ++--
 .gitlab-ci.d/buildtest.yml          | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

Comments

Daniel P. Berrangé July 22, 2021, 4:32 p.m. UTC | #1
Self-nack.  Sent the wrong version of the code - this one is broken,
ignore it.

On Thu, Jul 22, 2021 at 05:20:33PM +0100, Daniel P. Berrangé wrote:
>  - Fixes a problem with acceptance jobs running when build jobs fail
>  - Fixes a problem with pages job publishing website from undesirable
>    branches.
> 
> Daniel P. Berrangé (2):
>   gitlab: only let pages be published from default branch
>   gitlab: don't run acceptance jobs if build jobs fail
> 
>  .gitlab-ci.d/buildtest-template.yml |  4 ++--
>  .gitlab-ci.d/buildtest.yml          | 18 ++++++++++++++++++
>  2 files changed, 20 insertions(+), 2 deletions(-)
> 
> -- 
> 2.31.1
> 
> 

Regards,
Daniel