Soak Test: AArch64 Linux LedBlinker #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Scheduled soak test for the LedBlinker deployment on AArch64 Linux. | |
| # | |
| # Analyzes captured ComLogger telemetry for FATALs and degradation trends, then runs the integration tests. | |
| name: "Soak Test: AArch64 Linux LedBlinker" | |
| on: | |
| schedule: | |
| # Staggered against the Pico 2 soak | |
| - cron: "0,30 * * * *" | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| # Shared with the soak-setup workflow so a test queues behind any setup. | |
| concurrency: | |
| group: soak-ledblinker | |
| cancel-in-progress: false | |
| jobs: | |
| soak-test: | |
| name: "Soak Test" | |
| runs-on: [self-hosted, ARM64, soak-test] | |
| steps: | |
| - uses: nasa/fprime-actions/soak-test@devel | |
| with: | |
| deployment-name: ledblinker |