Skip to content

Commit

Permalink
Merge pull request #14323 from MinaProtocol/dkijania/fluent_ci_defini…
Browse files Browse the repository at this point in the history
…tion

[CI][Fix] tag compatibility jobs
  • Loading branch information
dkijania authored Oct 10, 2023
2 parents 58d6126 + b34260b commit 214b250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion buildkite/src/Jobs/Test/BerkeleyCompatibility.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
let JobSpec = ../../Pipeline/JobSpec.dhall
let Pipeline = ../../Pipeline/Dsl.dhall

let PipelineMode = ../../Pipeline/Mode.dhall
let PipelineTag = ../../Pipeline/Tag.dhall
let Prelude = ../../External/Prelude.dhall

let Cmd = ../../Lib/Cmds.dhall
Expand All @@ -25,6 +26,7 @@ in Pipeline.build Pipeline.Config::{
S.exactly "buildkite/src/Jobs/Test/BerkeleyCompatibility" "dhall"
],
path = "Test",
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ],
name = "BerkeleyCompatibility"
},
steps = [
Expand Down
4 changes: 3 additions & 1 deletion buildkite/src/Jobs/Test/DevelopCompatibility.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
let JobSpec = ../../Pipeline/JobSpec.dhall
let Pipeline = ../../Pipeline/Dsl.dhall

let PipelineMode = ../../Pipeline/Mode.dhall
let PipelineTag = ../../Pipeline/Tag.dhall
let Prelude = ../../External/Prelude.dhall

let Cmd = ../../Lib/Cmds.dhall
Expand All @@ -25,6 +26,7 @@ in Pipeline.build Pipeline.Config::{
S.exactly "buildkite/src/Jobs/Test/DevelopCompatibility" "dhall"
],
path = "Test",
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ],
name = "DevelopCompatibility"
},
steps = [
Expand Down

0 comments on commit 214b250

Please sign in to comment.