Skip to content

Commit

Permalink
fix Bench/Base.dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 17, 2024
1 parent 89f45fe commit 784206a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildkite/src/Command/Bench/Base.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ let DebianVersions = ../../Constants/DebianVersions.dhall

let RunInToolchain = ../../Command/RunInToolchain.dhall

let Network = ../../Constants/Network.dhall

let Profiles = ../../Constants/Profiles.dhall

let Command = ../../Command/Base.dhall
Expand Down Expand Up @@ -42,6 +44,7 @@ let Spec =
, dependsOn =
DebianVersions.dependsOn
DebianVersions.DebVersion.Bullseye
Network.Type.Devnet
Profiles.Type.Standard
, additionalDirtyWhen = [] : List SelectFiles.Type
, yellowThreshold = 0.1
Expand Down

0 comments on commit 784206a

Please sign in to comment.