Skip to content

Commit

Permalink
Merge pull request mysql#72 from planetscale/private-whopper
Browse files Browse the repository at this point in the history
buildkite: use private-whopper queue
  • Loading branch information
skottler committed Nov 10, 2023
2 parents 3578a81 + bca3253 commit d77f248
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .buildkite/pipeline.yml
Expand Up @@ -10,6 +10,8 @@ env:
steps:
- label: ":docker: Build and package"
key: build
agents:
queue: private-whopper
command: bash build.sh
artifact_paths:
- dist/mysql-*.tar.gz
Expand Down Expand Up @@ -52,7 +54,7 @@ steps:
- label: ":docker: Build a debug binary and run integration tests"
command: bash integration-tests.sh
agents:
queue: whopper
queue: private-whopper
plugins:
- docker-compose#v4.15.0:
cli-version: "2" # Use 'docker compose' and BuildKit
Expand Down
6 changes: 4 additions & 2 deletions integration-tests.sh
Expand Up @@ -58,5 +58,7 @@ cd runtime_output_directory
[ -e mysqld ] || ln -s mysqld-debug mysqld
cd ../mysql-test
export MTR_MAX_TEST_FAIL=1000
MTR_PARALLELISM=$[$(nproc) / 4]
./mysql-test-run --force --skip-ndb --nounit-tests --parallel=$MTR_PARALLELISM

echo "aio-max-nr sysctl set to: $(sysctl fs.aio-max-nr)"

./mysql-test-run --force --skip-ndb --nounit-tests --parallel=$(nproc)

0 comments on commit d77f248

Please sign in to comment.