ci(buildkite): change to concurrency gates (#1752)
* ci(buildkite): change to concurrency gates Continuation of #1751. * ci(buildkite): optimise concurrency gatespull/1754/head
parent
6daeaf4e47
commit
49aa5e0eb8
|
@ -37,4 +37,13 @@ cat << EOF
|
|||
EOF
|
||||
fi
|
||||
done
|
||||
done
|
||||
done
|
||||
cat << EOF
|
||||
|
||||
- wait
|
||||
|
||||
- label: ":vertical_traffic_light: Build Concurrency Gate"
|
||||
command: "echo End of concurrency gate"
|
||||
concurrency: 3
|
||||
concurrency_group: "builds"
|
||||
EOF
|
|
@ -24,4 +24,13 @@ cat << EOF
|
|||
suite: "all"
|
||||
EOF
|
||||
fi
|
||||
done
|
||||
done
|
||||
cat << EOF
|
||||
|
||||
- wait
|
||||
|
||||
- label: ":vertical_traffic_light: Test Concurrency Gate"
|
||||
command: "echo End of concurrency gate"
|
||||
concurrency: 3
|
||||
concurrency_group: "tests"
|
||||
EOF
|
Loading…
Reference in New Issue