Skip to content

Commit bd080fd

Browse files
authored
Merge pull request #13743 from MinaProtocol/feature/remove-blocking-from-non-intg-test-jobs
[berkeley] Fix size of "Build JS integration tests" CI job
2 parents fc8c6e4 + 445f9e9 commit bd080fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/src/Command/TestExecutive.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ in
7272
],
7373
label = "Build JS integration tests",
7474
key = "build-js-tests",
75-
target = Size.Integration,
75+
target = Size.XLarge,
7676
`if` = Some "build.branch != 'develop' && build.branch != 'compatible' && build.branch != 'develop-next'"
7777
},
7878

0 commit comments

Comments
 (0)