Skip to content

Commit 661c134

Browse files
committed
ci: add v6 remote install tests for DEB (#905)
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 4400f8f commit 661c134

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ jobs:
235235
- "downgrade-to-v4.sh"
236236
- "downgrade-to-v5-lts.sh"
237237
- "install-newly.sh local"
238-
- "install-newly.sh v5"
239-
#- "install-newly.sh v6"
238+
- "install-newly.sh v6"
240239
- "install-newly.sh lts"
241240
- "update-to-next-version.sh"
242241
- "update-to-next-version-with-backward-compat-for-v4.sh"

fluent-package/apt/systemd-test/install-newly.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ case $1 in
99
sudo apt install -V -y \
1010
/host/${distribution}/pool/${code_name}/${channel}/*/*/fluent-package_*_${architecture}.deb
1111
;;
12-
v5)
13-
curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution}-${code_name}-fluent-package5.sh | sh
14-
;;
1512
v6)
1613
curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution}-${code_name}-fluent-package6.sh | sh
1714
;;
1815
lts)
19-
curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution}-${code_name}-fluent-package5-lts.sh | sh
16+
curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution}-${code_name}-fluent-package6-lts.sh | sh
2017
;;
2118
esac
2219

0 commit comments

Comments
 (0)