summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorinitard <solo@softwareag.com>2022-05-20 18:04:25 +0100
committerinitard <solo@softwareag.com>2022-05-20 18:04:25 +0100
commitdf1731def6ed5893ac8c3f46445e6f23c79b4dd9 (patch)
tree9201d22a9aee2abb2befd8de601e707305e318ae /.github/workflows
parent824c154a9063dea4dd34e004e27888627d78f29e (diff)
update rename of c8y_log_plugin
Signed-off-by: initard <solo@softwareag.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-workflow.yml12
-rw-r--r--.github/workflows/ci_pipeline.yml22
-rw-r--r--.github/workflows/integration-test-workflow.yml4
-rw-r--r--.github/workflows/system-test-offsite.yml2
4 files changed, 20 insertions, 20 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index 5dab9ff6..7981e53d 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -75,12 +75,12 @@ jobs:
command: deb
args: -p tedge_agent
- - name: Build tedge_logfile_request_plugin debian package
+ - name: Build c8y_log_plugin debian package
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
command: deb
- args: -p tedge_logfile_request_plugin
+ args: -p c8y_log_plugin
- name: Build c8y_configuration_plugin debian package
uses: actions-rs/cargo@v1
@@ -201,8 +201,8 @@ jobs:
- name: Strip tedge_apama_plugin
run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/tedge_apama_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/tedge_apama_plugin
- - name: Strip tedge_logfile_request_plugin
- run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/tedge_logfile_request_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/tedge_logfile_request_plugin
+ - name: Strip c8y_log_plugin
+ run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/c8y_log_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/c8y_log_plugin
- name: Strip c8y_configuration_plugin
run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/c8y_configuration_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/c8y_configuration_plugin
@@ -242,12 +242,12 @@ jobs:
command: deb
args: -p tedge_apama_plugin --no-strip --no-build --target=${{ matrix.target }}
- - name: build tedge_logfile_request_plugin debian package for target
+ - name: build c8y_log_plugin debian package for target
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
command: deb
- args: -p tedge_logfile_request_plugin --no-strip --no-build --target=${{ matrix.target }}
+ args: -p c8y_log_plugin --no-strip --no-build --target=${{ matrix.target }}
- name: build c8y_configuration_plugin debian package for target
uses: actions-rs/cargo@v1
diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index 70747c33..aed831e3 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -191,12 +191,12 @@ jobs:
command: deb
args: -p tedge_agent
- - name: Build tedge_logfile_request_plugin debian package
+ - name: Build c8y_log_plugin debian package
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
command: deb
- args: -p tedge_logfile_request_plugin
+ args: -p c8y_log_plugin
- name: Build c8y_configuration_plugin debian package
uses: actions-rs/cargo@v1
@@ -316,8 +316,8 @@ jobs:
- name: Strip tedge_apama_plugin
run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/tedge_apama_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/tedge_apama_plugin
- - name: Strip tedge_logfile_request_plugin
- run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/tedge_logfile_request_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/tedge_logfile_request_plugin
+ - name: Strip c8y_log_plugin
+ run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/c8y_log_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/c8y_log_plugin
- name: Strip c8y_configuration_plugin
run: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/c8y_configuration_plugin || aarch64-linux-gnu-strip target/${{ matrix.target }}/release/c8y_configuration_plugin
@@ -357,12 +357,12 @@ jobs:
command: deb
args: -p tedge_apama_plugin --no-strip --no-build --target=${{ matrix.target }}
- - name: build tedge_logfile_request_plugin debian package for target
+ - name: build c8y_log_plugin debian package for target
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
with:
command: deb
- args: -p tedge_logfile_request_plugin --no-strip --no-build --target=${{ matrix.target }}
+ args: -p c8y_log_plugin --no-strip --no-build --target=${{ matrix.target }}
- name: build c8y_configuration_plugin debian package for target
uses: actions-rs/cargo@v1
@@ -444,7 +444,7 @@ jobs:
continue-on-error: true
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto libmosquitto1 collectd-core
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto libmosquitto1 collectd-core
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
@@ -587,7 +587,7 @@ jobs:
continue-on-error: true
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
@@ -711,7 +711,7 @@ jobs:
continue-on-error: true
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
@@ -836,7 +836,7 @@ jobs:
continue-on-error: true
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
@@ -961,7 +961,7 @@ jobs:
continue-on-error: true
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index 58202f25..9a2f393d 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -46,7 +46,7 @@ jobs:
continue-on-error: true
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto libmosquitto1 collectd-core
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto libmosquitto1 collectd-core
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
@@ -200,7 +200,7 @@ jobs:
# mosquitto-clients is required for system test only, but has dependency on libmosquitto1.
# therefore, we need to purge it here, and mosquitto-clients is required only for RPi.
- name: purge
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
- name: install mosquitto
run: sudo apt-get --assume-yes install mosquitto
diff --git a/.github/workflows/system-test-offsite.yml b/.github/workflows/system-test-offsite.yml
index 76fc53b9..b18fcf5e 100644
--- a/.github/workflows/system-test-offsite.yml
+++ b/.github/workflows/system-test-offsite.yml
@@ -52,7 +52,7 @@ jobs:
path: /home/pi/examples
- name: purge packages
- run: sudo dpkg -P c8y_configuration_plugin tedge_agent tedge_logfile_request_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
+ run: sudo dpkg -P c8y_configuration_plugin tedge_agent c8y_log_plugin tedge_mapper tedge_apt_plugin tedge_apama_plugin tedge mosquitto-clients mosquitto libmosquitto1 collectd-core collectd
- name: install packages
run: sudo apt-get --assume-yes install mosquitto-clients mosquitto libmosquitto1 collectd-core collectd