ci(buildkite): change to concurrency gates (#1752)

* ci(buildkite): change to concurrency gates

Continuation of #1751.

* ci(buildkite): optimise concurrency gates
pull/1754/head
Amir Zarrinkafsh 2021-02-22 12:48:20 +11:00 committed by GitHub
parent 6daeaf4e47
commit 49aa5e0eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

View File

@ -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

View File

@ -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