Skip to content

Commit

Permalink
add serial_group so builds don't race
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Yang committed Apr 18, 2020
1 parent 5aa0cef commit 600f37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/resources/template.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ local determine_base(distro) =
local validate_pr(distro) = {
name: "prs-" + distro,
serial: true,
serial_groups: ["validate"],
public: true,
plan: [
{
Expand Down

0 comments on commit 600f37e

Please sign in to comment.