Skip to content

Commit

Permalink
Merge pull request #808 from NebraLtd/master
Browse files Browse the repository at this point in the history
Merge to production
  • Loading branch information
shawaj authored Jun 13, 2023
2 parents 502f7ba + 927418b commit 3103954
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build-open-fleets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Manually trigger build action in OpenFleet repos

on:
workflow_dispatch:

jobs:
file-update:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sbc: [nebra-indoor1, nebra-outdoor1, nebra-indoor2, nebra-outdoor2, rak, pisces, og, sensecap, finestra, controllino, cotx, pantherx1, linxdot, linxdot-rkcm3, pycom, syncrobit, syncrobit-rkcm3, risinghf, midas]
steps:
- name: Generate repo name
run: |
FLEET="helium-${{ matrix.sbc }}"
echo "FLEET=$FLEET" >> $GITHUB_ENV
- name: Trigger build action in ${{ env.REPO }} repo
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MR_BUMP }}
event-type: build-open-fleet
repository: NebraLtd/${{ env.FLEET }}
client-payload: '{"release": "v1.0.2-30_GA", "tag": "v1.0.2-30", "firmware": "7fe76b2", "branch": "production"}'
10 changes: 5 additions & 5 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
FIRMWARE_VERSION=v1.0.2-30
DIAGNOSTICS_VERSION=0cfea81
CONFIG_VERSION=dd684e3
PKTFWD_VERSION=b889342
GATEWAYRS_VERSION=5a7fab0
FIRMWARE_VERSION=v1.0.2-33
DIAGNOSTICS_VERSION=6d9aad7
CONFIG_VERSION=bb79414
PKTFWD_VERSION=a79d9a7
GATEWAYRS_VERSION=1bd542e
MULTIPLEXER_VERSION=a1fc09b

0 comments on commit 3103954

Please sign in to comment.