Skip to content

Commit

Permalink
Fix stress test misconfiguration after move from CirrusCI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 9, 2023
1 parent e7ede05 commit 3bafb91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stress-test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
debugger: lldb
- image: ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu22.04-builder:20230806
name: x86-64-unknown-linux-ubuntu22.04 [cd] [release]
target: test-stress-cd-release
target: test-stress-with-cd-release
debugger: lldb
- image: ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu22.04-builder:20230806
name: x86-64-unknown-linux-ubuntu22.04 [cd] [debug]
target: test-stress-cd-debug
target: test-stress-with-cd-debug
debugger: lldb
- image: ponylang/ponyc-ci-x86-64-unknown-linux-musl-builder:20230808
name: x86-64-unknown-linux-musl [release]
Expand All @@ -38,11 +38,11 @@ jobs:
debugger: gdb
- image: ponylang/ponyc-ci-x86-64-unknown-linux-musl-builder:20230808
name: x86-64-unknown-linux-musl [cd] [release]
target: test-stress-cd-release
target: test-stress-with-cd-release
debugger: gdb
- image: ponylang/ponyc-ci-x86-64-unknown-linux-musl-builder:20230808
name: x86-64-unknown-linux-musl [cd] [debug]
target: test-stress-cd-debug
target: test-stress-with-cd-debug
debugger: gdb

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

0 comments on commit 3bafb91

Please sign in to comment.