Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Updated circleci to add 8GB swap
Browse files Browse the repository at this point in the history
  • Loading branch information
wagmarcel committed Aug 4, 2020
1 parent 7d0a3c9 commit fb8087e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ commands:
command: |
cd platform-launcher/util && \
bash setup-ubuntu18.04.sh
# create 8GB swap
sudo dd if=/dev/zero of=/swapfile bs=1M count=8000
sudo mkswap /swapfile
sudo swapon /swapfile
checkout-e2e:
description: "Checkout E2E test"
parameters:
Expand Down

0 comments on commit fb8087e

Please sign in to comment.