Skip to content

Commit

Permalink
Add aarch64 Linux stress tests with the cycle detector enabled (#4611)
Browse files Browse the repository at this point in the history
Improve our coverage some more.
  • Loading branch information
SeanTAllen authored Feb 18, 2025
1 parent 895f0b7 commit 453589f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stress-test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ jobs:
name: aarch64-unknown-linux-ubuntu24.04 [debug]
target: test-stress-debug
debugger: lldb
- image: ghcr.io/ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu24.04-builder:20250118
name: aarch64-unknown-linux-ubuntu24.04 [cd] [release]
target: test-stress-with-cd-release
debugger: lldb
- image: ghcr.io/ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu24.04-builder:20250118
name: aarch64-unknown-linux-ubuntu24.04 [cd] [debug]
target: test-stress-with-cd-debug
debugger: lldb

name: ${{ matrix.name }}
container:
Expand Down

0 comments on commit 453589f

Please sign in to comment.