Skip to content

Commit

Permalink
Correct Arm stress test names
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jun 23, 2023
1 parent 6cf46c6 commit 64dcc74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -681,21 +681,21 @@ task:
memory: 4

matrix:
- name: "Stress Test: aarch64-unknown-linux-ubuntu20.04 [release]"
- name: "Stress Test: aarch64-unknown-linux-ubuntu22.04 [release]"
environment:
IMAGE: ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu22.04-builder:20220720
TARGET: test-stress-release
- name: "Stress Test: aarch64-unknown-linux-ubuntu20.04 [debug]"
- name: "Stress Test: aarch64-unknown-linux-ubuntu22.04 [debug]"
environment:
IMAGE: ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu22.04-builder:20220720
TARGET: test-stress-debug
depends_on:
- "Stress Test: aarch64-unknown-linux-ubuntu20.04 [release]"
- "Stress Test: aarch64-unknown-linux-ubuntu22.04 [release]"
- name: "Stress Test: aarch64-unknown-linux-ubuntu20.04 [cd] [release]"
environment:
IMAGE: ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu22.04-builder:20220720
TARGET: test-stress-with-cd-release
- name: "Stress Test: aarch64-unknown-linux-ubuntu20.04 [cd] [debug]"
- name: "Stress Test: aarch64-unknown-linux-ubuntu22.04 [cd] [debug]"
environment:
IMAGE: ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu22.04-builder:20220720
TARGET: test-stress-with-cd-debug
Expand Down

0 comments on commit 64dcc74

Please sign in to comment.