Skip to content

Commit 7b7f9d3

Browse files
committed
Patch workflows for integration development
Path workflows for integration development. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 0ee3dec commit 7b7f9d3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build_samples.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
jobs:
1010
build_samples_job:
1111
name: Build all samples within the project
12-
runs-on:
13-
- runs-on=${{ github.run_id }}
14-
- runner=64cpu-linux-x64
12+
runs-on: ubuntu-22.04
1513
# Keep aligned with target NCS version
1614
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.1
1715
defaults:
@@ -45,7 +43,7 @@ jobs:
4543
- name: Build samples
4644
working-directory: nrf-bm
4745
run: |
48-
west twister -T samples --build-only -v --inline-logs --integration
46+
west twister -T samples/bluetooth/ble_hrs --build-only -v --inline-logs --integration
4947
5048
- name: upload-logs
5149
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

.github/workflows/twister.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
jobs:
1010
twister_job:
1111
name: Run Twister patch series (PR)
12-
runs-on:
13-
- runs-on=${{ github.run_id }}
14-
- runner=4cpu-linux-x64
12+
runs-on: ubuntu-22.04
1513
# Keep aligned with target NCS version
1614
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.1
1715
defaults:

0 commit comments

Comments
 (0)