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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user