Skip to content

Commit

Permalink
Data Only hotspot support (#868)
Browse files Browse the repository at this point in the history
* add mapping for data only hotspots in mobile-config

* provide common gateway client mock impl

* add invalid reason for data only speedtests

* add invalid data only reason for heartbeats

* remove multiple traits in favor of single mobile config client wrapper

* update proto branch and use new types

* remove unnecessary references

* move mobile-packet-verifier to CI that get's launched with postgres

* update proto again for merging

* go back to proto master

* update helium-lib to use new proto for do-hotspots
  • Loading branch information
michaeldjeffrey authored Oct 2, 2024
1 parent b304f51 commit 1a1004d
Show file tree
Hide file tree
Showing 13 changed files with 491 additions and 187 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [boost-manager,file-store,iot-config,iot-packet-verifier,iot-verifier,mobile-config,mobile-verifier]
package: [boost-manager,file-store,iot-config,iot-packet-verifier,iot-verifier,mobile-config,mobile-packet-verifier,mobile-verifier]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-tests-postgres-${{ matrix.package }}
cancel-in-progress: true
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [coverage-map,coverage-point-calculator,ingest,mobile-packet-verifier,reward-scheduler,task-manager]
package: [coverage-map,coverage-point-calculator,ingest,reward-scheduler,task-manager]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-tests-${{ matrix.package }}
cancel-in-progress: true
Expand Down
Loading

0 comments on commit 1a1004d

Please sign in to comment.