Skip to content

Commit

Permalink
Increase VM resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Feb 21, 2024
1 parent dd2a5bd commit 4850f58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/it/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
agents:
provider: "gcp"
image: family/core-ubuntu-2204
machineType: "n1-standard-8"

steps:
- label: "Run 3.8 integration tests :test_tube:"
Expand Down
5 changes: 5 additions & 0 deletions .buildkite/it/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export DEBIAN_FRONTEND=noninteractive
sudo mkdir -p /etc/needrestart
echo "\$nrconf{restart} = 'a';" | sudo tee -a /etc/needrestart/needrestart.conf > /dev/null

echo "--- Check resources"

free
cat /proc/cpuinfo

echo "--- System dependencies"

PYTHON_VERSION="$1"
Expand Down

0 comments on commit 4850f58

Please sign in to comment.