From c8079ddbd87e8acbe12e2183bb3f79986b809e52 Mon Sep 17 00:00:00 2001 From: Holden Warriner Date: Fri, 1 Nov 2024 16:10:49 -0400 Subject: [PATCH] Turn down evergreen integration tests on raspi They're also removed for arm-softfp; on-device tests have been disabled for arm-softfp, anyway, and we never actually ported the shell-based evergreen tests to a loader platform for this architecture (and aren't going to). Some common code to handle on-device evergreen integration tests is also removed. b/376908337 Change-Id: Iad5fa5054b3e61c5dec866b717543688249100d8 --- .github/actions/on_device_tests/action.yaml | 2 +- .github/config/evergreen-arm-hardfp.json | 1 - .github/config/evergreen-arm-softfp.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/on_device_tests/action.yaml b/.github/actions/on_device_tests/action.yaml index f7a9df22db8c..7ea602fa3149 100644 --- a/.github/actions/on_device_tests/action.yaml +++ b/.github/actions/on_device_tests/action.yaml @@ -34,7 +34,7 @@ runs: fi # Shard env - if [[ "${{matrix.shard}}" == 'black_box_test' || "${{matrix.shard}}" == 'evergreen_test' || "${{matrix.shard}}" == 'unit_test' ]]; then + if [[ "${{matrix.shard}}" == 'black_box_test' || "${{matrix.shard}}" == 'unit_test' ]]; then echo "SHARD_NAME=${{ matrix.shard }}" >> $GITHUB_ENV echo "TEST_TYPE=${{ matrix.shard }}" >> $GITHUB_ENV else diff --git a/.github/config/evergreen-arm-hardfp.json b/.github/config/evergreen-arm-hardfp.json index aec8335c4bd3..520c623f505b 100644 --- a/.github/config/evergreen-arm-hardfp.json +++ b/.github/config/evergreen-arm-hardfp.json @@ -4,7 +4,6 @@ "on_device_test": { "enabled": true, "tests": [ - "evergreen_test", "0", "1", "2", diff --git a/.github/config/evergreen-arm-softfp.json b/.github/config/evergreen-arm-softfp.json index 27b3b4da89be..db55141e8ec6 100644 --- a/.github/config/evergreen-arm-softfp.json +++ b/.github/config/evergreen-arm-softfp.json @@ -4,7 +4,6 @@ "on_device_test": { "enabled": false, "tests": [ - "evergreen_test", "0", "1", "2",