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
|
@ -38,3 +38,12 @@ EOF
|
||||||
fi
|
fi
|
||||||
done
|
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
|
|
@ -25,3 +25,12 @@ cat << EOF
|
||||||
EOF
|
EOF
|
||||||
fi
|
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