[arvados] updated: 2.7.0-6088-g26daadcfca
git repository hosting
git at public.arvados.org
Fri Mar 1 15:47:29 UTC 2024
Summary of changes:
tools/compute-images/scripts/base.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 26daadcfca01a2f3e1ca9a045debbbe5136adf58 (commit)
from 3357db83fc3e6bd24c0f6f98129e66463edd9750 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 26daadcfca01a2f3e1ca9a045debbbe5136adf58
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Fri Mar 1 12:46:35 2024 -0300
21552: Updates autoscale-ebs commit hash to install the latest fix.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh
index 3e0d683e98..370c3f3a3a 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -158,7 +158,7 @@ else
unzip -q /tmp/awscliv2.zip -d /tmp && $SUDO /tmp/aws/install
# Pinned to v2.4.5 because we apply a patch below
#export EBS_AUTOSCALE_VERSION=$(curl --silent "https://api.github.com/repos/awslabs/amazon-ebs-autoscale/releases/latest" | jq -r .tag_name)
- export EBS_AUTOSCALE_VERSION="df709eaeeb597b79684b2c4e6d3dd528abdaf89f"
+ export EBS_AUTOSCALE_VERSION="ee323f0751c2b6f733692e805b51b9bf3c251bac"
cd /opt && $SUDO git clone https://github.com/arvados/amazon-ebs-autoscale.git
cd /opt/amazon-ebs-autoscale && $SUDO git checkout $EBS_AUTOSCALE_VERSION
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list