Skip to content

Commit

Permalink
Change resource requests to more closely match AWS, use old queue for…
Browse files Browse the repository at this point in the history
… unit-test
  • Loading branch information
mstifflin committed Apr 24, 2024
1 parent 1ce01e9 commit ed6650f
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .buildkite/pipeline-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ container:
name: docker-sock
resources:
requests:
cpu: 14000m
memory: 58G
cpu: 7500m
memory: 30G
volumes:
- name: docker-sock
emptyDir: {}
Expand All @@ -43,22 +43,15 @@ steps:
retry:
automatic:
limit: 1
agents:
queue: workers
commands:
# ensure that we are not rebuilding binaries and not regenerating code
- make .just-build
# make install-schema is needed for a server startup test. See main_test.go
- CASSANDRA_HOST=cassandra make install-schema && make cover_profile
- ./scripts/buildkite/gen_coverage_metadata.sh .build/coverage/metadata.txt
plugins:
- kubernetes:
<<: *kubernetes
podSpec:
<<: *podSpec
containers:
- <<: *commandContainer
command:
- |-
# ensure that we are not rebuilding binaries and not regenerating code
make .just-build
# make install-schema is needed for a server startup test. See main_test.go
CASSANDRA_HOST=cassandra make install-schema && make cover_profile
./scripts/buildkite/gen_coverage_metadata.sh .build/coverage/metadata.txt
- docker-compose#v3.0.0:
run: unit-test
config: docker/buildkite/docker-compose.yml
Expand Down

0 comments on commit ed6650f

Please sign in to comment.