Skip to content

Commit

Permalink
workflows: update to latest images and Zephyr 0.16.8
Browse files Browse the repository at this point in the history
- Update all workflows to use the latest images
- Update all instances of the Zephyr toolchain to 0.16.8 to match the
  latest images

Signed-off-by: Mike Szczys <mike@golioth.io>
  • Loading branch information
szczys committed Oct 7, 2024
1 parent 8a092b2 commit 03d43ce
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hil_sample_esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
timeout-minutes: 30

container:
image: golioth/golioth-hil-base:75dd802
image: golioth/golioth-hil-base:3407412
volumes:
- /dev:/dev
- /home/golioth/credentials:/opt/credentials
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/hil_sample_zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ on:
jobs:
build:
name: zephyr-${{ inputs.hil_board }}-twister-build
container: golioth/golioth-zephyr-base:0.16.3-SDK-v0
container: golioth/golioth-zephyr-base:0.16.8-SDK-v0
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
Expand Down Expand Up @@ -143,9 +143,9 @@ jobs:
timeout-minutes: 30

container:
image: golioth/golioth-twister-base:75dd802
image: golioth/golioth-twister-base:3407412
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8
volumes:
- /dev:/dev
- /home/golioth/credentials:/opt/credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hil_test_esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
timeout-minutes: 30

container:
image: golioth/golioth-hil-base:75dd802
image: golioth/golioth-hil-base:3407412
volumes:
- /dev:/dev
- /home/golioth/credentials:/opt/credentials
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/hil_test_zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ on:
jobs:
build:
name: zephyr-${{ inputs.hil_board }}-build
container: golioth/golioth-zephyr-base:0.16.3-SDK-v0
container: golioth/golioth-zephyr-base:0.16.8-SDK-v0
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
timeout-minutes: 30

container:
image: golioth/golioth-hil-base:75dd802
image: golioth/golioth-hil-base:3407412
volumes:
- /dev:/dev
- /home/golioth/credentials:/opt/credentials
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ jobs:
runs-on: ubuntu-latest
needs: hil_test_zephyr_nsim_matrix
container:
image: golioth/golioth-zephyr-base:0.16.3-SDK-v0
image: golioth/golioth-zephyr-base:0.16.8-SDK-v0
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8
name: zephyr-${{ matrix.platform }}-${{ matrix.test }}-test-nsim
strategy:
fail-fast: false
Expand Down Expand Up @@ -349,9 +349,9 @@ jobs:
if: ${{ inputs.workflow == 'all' || inputs.workflow == 'zephyr_sample_native_sim' }}
runs-on: ubuntu-latest
container:
image: golioth/golioth-zephyr-base:0.16.3-SDK-v0
image: golioth/golioth-zephyr-base:0.16.8-SDK-v0
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8
name: zephyr-${{ matrix.west_board }}-twister
strategy:
fail-fast: false
Expand Down

0 comments on commit 03d43ce

Please sign in to comment.