Skip to content

Commit

Permalink
[ci] Set database creation jobs back to 4 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
jigold committed Oct 24, 2023
1 parent 6cc1a8d commit 5efd1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ def build(self, batch, code, scope): # pylint: disable=unused-argument
regions=[REGION],
)

n_cores = 16 if scope == 'deploy' and not is_test_deployment else 1
n_cores = 4 if scope == 'deploy' and not is_test_deployment else 1

self.create_database_job = batch.create_job(
self.image,
Expand Down

0 comments on commit 5efd1cc

Please sign in to comment.