Skip to content

Commit

Permalink
Properly tag jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 27, 2023
1 parent ff8359b commit 21e7ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildkite/src/Jobs/Test/VersionLint.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ let buildTestCmd : Text -> Size -> List Command.TaggedKey.Type -> Command.Type =
key = "version-linter",
target = cmd_target,
docker = None Docker.Type,
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ]
depends_on = dependsOn,
artifact_paths = [ S.contains "core_dumps/*" ]
}
Expand Down

0 comments on commit 21e7ab7

Please sign in to comment.