Skip to content

Commit

Permalink
Merge pull request #15601 from MinaProtocol/dkijania/port_ci_hardfork…
Browse files Browse the repository at this point in the history
…_tag

port ci hardfork tag
  • Loading branch information
dkijania authored May 2, 2024
2 parents 2fd0a3d + fbbdc4c commit ec0d90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion buildkite/src/Command/Base.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ let targetToAgent = \(target : Size) ->
Medium = toMap { size = "generic" },
Small = toMap { size = "generic" },
Integration = toMap { size = "integration" },
QA = toMap { size = "qa" }
QA = toMap { size = "qa" },
Hardfork = toMap {size = "hardfork"}
}
target

Expand Down
2 changes: 1 addition & 1 deletion buildkite/src/Command/Size.dhall
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<XLarge|Large|Medium|Small|Integration|QA>
<XLarge|Large|Medium|Small|Integration|QA|Hardfork>

0 comments on commit ec0d90d

Please sign in to comment.