summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-07-06 18:30:53 +0100
committerGitHub <noreply@github.com>2021-07-06 18:30:53 +0100
commit32dfd89f2b6fce8072a809e801321f1132639767 (patch)
treed5d2f52e7004e9fc876638a808523d355dd4ef14 /.github
parentc0ac434dde930596813c9b3bb1e1f8fa9bbfe4ef (diff)
Remove collectd_mapper from workflow (#330)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-workflow.yml23
-rw-r--r--.github/workflows/integration-test-workflow.yml4
2 files changed, 3 insertions, 24 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index 6e03bfa4..1efb9de1 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -1,4 +1,3 @@
-
name: build-workflow
on:
@@ -8,21 +7,18 @@ on:
types:
- completed
workflow_dispatch:
- branches: [ main ]
+ branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
-
build_amd64:
-
name: Build tedge and mapper Debian packages for amd64
runs-on: Ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
-
- name: Checkout
uses: actions/checkout@v2
@@ -58,13 +54,6 @@ jobs:
command: deb
args: -p tedge_mapper
- - name: Build collectd_mapper debian package
- uses: actions-rs/cargo@v1
- # https://github.com/marketplace/actions/rust-cargo
- with:
- command: deb
- args: -p collectd_mapper
-
- name: build examples for amd64
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
@@ -87,7 +76,6 @@ jobs:
path: target/release/examples/sawtooth_publisher
build_armv7:
-
name: Build tedge and mapper Debian for armv7
runs-on: Ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
@@ -96,7 +84,6 @@ jobs:
TARGET: armv7-unknown-linux-gnueabihf
steps:
-
- name: checkout
uses: actions/checkout@v2
@@ -155,13 +142,6 @@ jobs:
command: deb
args: -p tedge_mapper --no-strip --no-build --target=${{ env.TARGET }}
- - name: build collectd_mapper debian package for target
- uses: actions-rs/cargo@v1
- # https://github.com/marketplace/actions/rust-cargo
- with:
- command: deb
- args: -p collectd_mapper --no-strip --no-build --target=${{ env.TARGET }}
-
- name: build examples
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
@@ -183,4 +163,3 @@ jobs:
with:
name: examples_armhf
path: target/armv7-unknown-linux-gnueabihf/release/examples/sawtooth_publisher
-
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index f99cf4dd..e9e02ed4 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -34,7 +34,7 @@ jobs:
path: debian-package_unpack
- name: purge
- run: sudo dpkg -P mosquitto tedge tedge_mapper collectd-core collectd_mapper
+ run: sudo dpkg -P mosquitto tedge tedge_mapper collectd-core
continue-on-error: true
- name: install mosquitto
@@ -109,7 +109,7 @@ jobs:
path: debian-package_unpack
- name: purge
- run: sudo dpkg -P mosquitto tedge tedge_mapper collectd-core collectd_mapper
+ run: sudo dpkg -P mosquitto tedge tedge_mapper collectd-core
continue-on-error: true
- name: install mosquitto