You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/27 10:02:17 UTC

[airflow-ci-infra] branch main updated: Increase memory needed for source code

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git


The following commit(s) were added to refs/heads/main by this push:
     new d6efe63  Increase memory needed for source code
d6efe63 is described below

commit d6efe633425fb71f825b8e37f14bd5590d8ccdcf
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Aug 27 12:01:54 2022 +0200

    Increase memory needed for source code
---
 github-runner-ami/packer/files/mounts_setup.sh | 4 ++--
 github-runner-ami/packer/ubuntu2004.pkr.hcl    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/github-runner-ami/packer/files/mounts_setup.sh b/github-runner-ami/packer/files/mounts_setup.sh
index f8bee50..d36b5e5 100644
--- a/github-runner-ami/packer/files/mounts_setup.sh
+++ b/github-runner-ami/packer/files/mounts_setup.sh
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-sudo mount -t tmpfs -o size=10% tmpfs /tmp
-sudo mount -t tmpfs -o size=66% tmpfs /var/lib/docker
+sudo mount -t tmpfs -o size=8% tmpfs /tmp
+sudo mount -t tmpfs -o size=60% tmpfs /var/lib/docker
 sudo mount -t tmpfs -o tmpfs /home/runner/actions-runner/_work
diff --git a/github-runner-ami/packer/ubuntu2004.pkr.hcl b/github-runner-ami/packer/ubuntu2004.pkr.hcl
index bfe6564..9d643d0 100644
--- a/github-runner-ami/packer/ubuntu2004.pkr.hcl
+++ b/github-runner-ami/packer/ubuntu2004.pkr.hcl
@@ -38,7 +38,7 @@ source "amazon-ebs" "runner_builder" {
   #access_key = ""
   #secret_key = ""
   region = var.aws_regions[0]
-  ami_name = "${var.ami_name}-${var.runner_version}-v7"
+  ami_name = "${var.ami_name}-${var.runner_version}-v8"
   ami_regions = var.aws_regions
   tag {
     key   = "Name"