Gitlab fix pr workflow (#21786)

Fixes for gitlab pipelines

* Remove accidentally retained testing branch name
* Generate pipeline w/out debug mode
* Make jobs interruptible for auto-cancel pending
* Work around concretization conflicts
This commit is contained in:
Scott Wittenburg
2021-02-23 19:19:06 -07:00
committed by GitHub
parent a7ddaa67de
commit ee5992783c
3 changed files with 6 additions and 6 deletions

View File

@@ -866,7 +866,8 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file, prune_dag=False,
'retry': {
'max': 2,
'when': JOB_RETRY_CONDITIONS,
}
},
'interruptible': True
}
length_needs = len(job_dependencies)