summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-06-29 16:00:55 +0200
committerRina Fujino <18257209+rina23q@users.noreply.github.com>2022-06-29 16:00:55 +0200
commit406729d928879bc529b72e71c55ae5f809f43643 (patch)
treef309d1baa40d2585e1a9e2b39382c97ef62ac01a /.github
parente6d235312271643efdc77f8e493eb02fb033de1d (diff)
Port installation step to bash script for amd64
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_pipeline.yml28
1 files changed, 2 insertions, 26 deletions
diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index a789f7ff..5b750c1e 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -65,32 +65,8 @@ jobs:
name: debian-packages-amd64
path: debian-package_unpack
- - name: install mosquitto
- run: sudo apt-get --assume-yes install mosquitto
-
- - name: install libmosquitto1
- run: sudo apt-get --assume-yes install libmosquitto1
-
- - name: install collectd-core
- run: sudo apt-get --assume-yes install collectd-core
-
- - name: install tedge package
- run: sudo dpkg -i ./debian-package_unpack/tedge_0.*_amd64.deb
-
- - name: install tedge mapper package
- run: sudo dpkg -i ./debian-package_unpack/tedge_mapper_*_amd64.deb
-
- - name: install tedge agent package
- run: sudo dpkg -i ./debian-package_unpack/tedge_agent_*_amd64.deb
-
- - name: install tedge watchdog package
- run: sudo dpkg -i ./debian-package_unpack/tedge_watchdog_*_amd64.deb
-
- - name: install tedge plugin packages
- run: sudo dpkg -i ./debian-package_unpack/tedge_*_plugin_*_amd64.deb
-
- - name: install c8y plugin packages
- run: sudo dpkg -i ./debian-package_unpack/c8y_*_plugin_*_amd64.deb
+ - name: Install artifacts on amd64
+ run: ./ci/installation_scripts/install_for_amd64.sh debian-package_unpack
- name: Run tedge help
run: tedge --help