Skip to content

Commit

Permalink
Add even more locks
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAngersbach committed Nov 9, 2023
1 parent 7b87685 commit c27cf68
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitlab-cb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ variables:
stages:
- pipeline

include: 'Benchmark/.benchmark_templates.yml'
include:
- 'Benchmark/.benchmark_templates.yml'
- 'Benchmark/lock.yml'

pipeline_gen:
stage: pipeline
extends:
- .seralize
tags:
- testcluster
before_script:
Expand All @@ -25,6 +29,8 @@ pipeline_gen:

pipeline_exec:
stage: pipeline
extends:
- .seralize
trigger:
include:
- artifact: pipeline.yml
Expand Down

0 comments on commit c27cf68

Please sign in to comment.