Skip to content

Commit

Permalink
Backport: test already published 5, lts/5 channel
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Feb 14, 2025
1 parent ad1ca05 commit b24e1d6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions fluent-package/test-install-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ case $ID in
bullseye|bookworm|focal|jammy|noble)
setup_apt_user
case $REPO in
5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-$ID-$CODENAME-fluent-package5.sh | sh
;;
lts/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-$ID-$CODENAME-fluent-package5-lts.sh | sh
;;
exp/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-$ID-$CODENAME-fluent-package5.sh | sh
sudo sed -i -e 's,/5,/test/experimental/5,' /etc/apt/sources.list.d/fluent.sources
Expand All @@ -116,6 +122,12 @@ case $ID in
VERSION_ID=$(cat /etc/os-release | grep VERSION_ID | cut -d'=' -f2)
setup_dnf_user
case $REPO in
5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5.sh | sh
;;
lts/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5-lts.sh | sh
;;
exp/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5.sh | sh
sudo sed -i -e 's,/5,/test/experimental/5,' /etc/yum.repos.d/fluent-package.repo
Expand All @@ -135,6 +147,12 @@ case $ID in
*2023*)
setup_dnf_user
case $REPO in
5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2023-fluent-package5.sh | sh
;;
lts/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2023-fluent-package5-lts.sh | sh
;;
exp/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2023-fluent-package5.sh | sh
sudo sed -i -e 's,/5,/test/experimental/5,' /etc/yum.repos.d/fluent-package.repo
Expand All @@ -149,6 +167,12 @@ case $ID in
DNF=yum
setup_dnf_user
case $REPO in
5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2-fluent-package5.sh | sh
;;
lts/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2-fluent-package5-lts.sh | sh
;;
exp/5)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-amazon2-fluent-package5.sh | sh
sudo sed -i -e 's,/5,/test/experimental/5,' /etc/yum.repos.d/fluent-package.repo
Expand Down

0 comments on commit b24e1d6

Please sign in to comment.