Skip to content

Commit 47f58ad

Browse files
committed
Moving trustzone test to, wolfboot-ci-m33mu CI to v1.0
1 parent 87c1cb3 commit 47f58ad

29 files changed

+29
-31
lines changed

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
footprint_test:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
13+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
1414
timeout-minutes: 15
1515

1616
steps:

.github/workflows/test-build-cmake-dot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: cmake .config test (${{ matrix.target }})
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
13+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
1414
timeout-minutes: 15
1515

1616
strategy:

.github/workflows/test-build-cmake-presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build on Ubuntu
1616
runs-on: ubuntu-latest
1717
container:
18-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
18+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
1919
timeout-minutes: 20
2020
defaults:
2121
run:

.github/workflows/test-build-cmake-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build wolfBoot (target=${{ matrix.target }})
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
17+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
1818
timeout-minutes: 15
1919

2020
strategy:

.github/workflows/test-build-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
cmake_automated_test:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
11+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
1212
timeout-minutes: 15
1313

1414
steps:

.github/workflows/test-build-lms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
2323
timeout-minutes: 30
2424

2525
steps:

.github/workflows/test-build-mcux-sdk-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
25+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
2626
timeout-minutes: 30
2727

2828
steps:

.github/workflows/test-build-mcux-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
2323
timeout-minutes: 30
2424

2525
steps:

.github/workflows/test-build-pico-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.5
25+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
2626
timeout-minutes: 30
2727

2828
steps:

.github/workflows/test-build-powerpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.5
22+
image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v1.0
2323
timeout-minutes: 30
2424

2525
steps:

0 commit comments

Comments
 (0)