Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 10, 2023
1 parent 478d90b commit b34260b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildkite/src/Jobs/Test/BerkeleyCompatibility.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -26,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 All @@ -37,7 +38,6 @@ in Pipeline.build Pipeline.Config::{
key = "berkeley-compatibilty-test",
target = Size.XLarge,
docker = None Docker.Type,
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ],
depends_on = dependsOn
}
]
Expand Down
2 changes: 1 addition & 1 deletion buildkite/src/Jobs/Test/DevelopCompatibility.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -26,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 All @@ -37,7 +38,6 @@ in Pipeline.build Pipeline.Config::{
key = "develop-compatibilty-test",
target = Size.XLarge,
docker = None Docker.Type,
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ],
depends_on = dependsOn
}
]
Expand Down

0 comments on commit b34260b

Please sign in to comment.