mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
ci(buildkite): change to concurrency gates (#1752)
* ci(buildkite): change to concurrency gates Continuation of #1751. * ci(buildkite): optimise concurrency gates
This commit is contained in:
parent
6daeaf4e47
commit
49aa5e0eb8
|
@ -37,4 +37,13 @@ cat << EOF
|
||||||
EOF
|
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
|
|
@ -24,4 +24,13 @@ cat << EOF
|
||||||
suite: "all"
|
suite: "all"
|
||||||
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
Block a user