Loading .gitlab/config/SpackCIBridge.py +3 −0 Original line number Diff line number Diff line Loading @@ -517,6 +517,9 @@ class SpackCIBridge(object): if not pipelines: continue for sha, pipeline in pipelines.items(): # Pass on schedule builds if pipeline['source'] == 'schedule': continue post_data = self.make_status_for_pipeline(pipeline) if not post_data: continue Loading Loading
.gitlab/config/SpackCIBridge.py +3 −0 Original line number Diff line number Diff line Loading @@ -517,6 +517,9 @@ class SpackCIBridge(object): if not pipelines: continue for sha, pipeline in pipelines.items(): # Pass on schedule builds if pipeline['source'] == 'schedule': continue post_data = self.make_status_for_pipeline(pipeline) if not post_data: continue Loading