From de4918ee3938830315ff0578aa2db39e09040484 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 30 Jan 2024 11:58:05 -0800 Subject: [PATCH] add rpi5 to actions --- .github/workflows/nodejs-demos.yml | 2 +- .github/workflows/nodejs-perf.yml | 4 +++- .github/workflows/nodejs.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs-demos.yml b/.github/workflows/nodejs-demos.yml index bedab84..f6f2f4c 100644 --- a/.github/workflows/nodejs-demos.yml +++ b/.github/workflows/nodejs-demos.yml @@ -56,7 +56,7 @@ jobs: strategy: matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/nodejs-perf.yml b/.github/workflows/nodejs-perf.yml index 334ba4f..7ada669 100644 --- a/.github/workflows/nodejs-perf.yml +++ b/.github/workflows/nodejs-perf.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone] include: - machine: rpi2 num_test_iterations: 20 @@ -70,6 +70,8 @@ jobs: num_test_iterations: 50 - machine: rpi4-64 num_test_iterations: 50 + - machine: rpi5-64 + num_test_iterations: 50 - machine: jetson num_test_iterations: 50 - machine: beaglebone diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6c61bdc..ede6de1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: - machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone] + machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson, beaglebone] steps: - uses: actions/checkout@v3