Skip to content

Commit

Permalink
fix: disable large runners for zed (#1800)
Browse files Browse the repository at this point in the history
(cherry picked from commit eda5463)
  • Loading branch information
lleyton authored and raboneko committed Aug 1, 2024
1 parent fef6130 commit dc330df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion anda/devs/zed/nightly/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ project pkg {
}
labels {
nightly = 1
large = 1
}
}
3 changes: 0 additions & 3 deletions anda/devs/zed/preview/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ project pkg {
rpm {
spec = "zed-preview.spec"
}
labels {
large = 1
}
}
3 changes: 0 additions & 3 deletions anda/devs/zed/stable/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ project pkg {
rpm {
spec = "zed.spec"
}
labels {
large = 1
}
}

0 comments on commit dc330df

Please sign in to comment.