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 11f6033 ACTUALLY change the mounts via cloud-init.yml
11f6033 is described below
commit 11f60333e804cb2ea348213ebb494a36f1a48c39
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Oct 6 18:21:55 2022 -0500
ACTUALLY change the mounts via cloud-init.yml
---
cloud-init.yml | 3 +--
github-runner-ami/packer/ubuntu2004.pkr.hcl | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/cloud-init.yml b/cloud-init.yml
index bc69e87..4b04fdb 100644
--- a/cloud-init.yml
+++ b/cloud-init.yml
@@ -2,8 +2,7 @@
# 2022-01-21 19:31 BMT
mounts:
- - [tmpfs, /tmp, tmpfs, "defaults,noatime,size=10%"]
- - [tmpfs, /var/lib/docker, tmpfs, "defaults,noatime,size=66%"]
+ - [tmpfs, /var/lib/docker, tmpfs, "defaults,noatime,size=85%"]
- [tmpfs, /home/runner/actions-runner/_work, tmpfs, "defaults,noatime"]
diff --git a/github-runner-ami/packer/ubuntu2004.pkr.hcl
b/github-runner-ami/packer/ubuntu2004.pkr.hcl
index e4a5adc..10cd115 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}-v12"
+ ami_name = "${var.ami_name}-${var.runner_version}-v13"
ami_regions = var.aws_regions
tag {
key = "Name"