Skip to content

Commit

Permalink
Run Cirrus only for labeled PRs or tags
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 22, 2023
1 parent 94a9059 commit f7d7bc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
jvm_highcore_task:
only_if: $CIRRUS_TAG != '' || $CIRRUS_PR != ''
required_pr_labels: Cirrus JVM
container:
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0
cpu: 4
Expand All @@ -10,6 +12,8 @@ jvm_highcore_task:
script: sbt '++ 3' testsJVM/test

jvm_arm_highcore_task:
only_if: $CIRRUS_TAG != '' || $CIRRUS_PR != ''
required_pr_labels: Cirrus JVM
arm_container:
image: sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0
cpu: 4
Expand All @@ -21,6 +25,8 @@ jvm_arm_highcore_task:
script: sbt '++ 3' testsJVM/test

native_arm_task:
only_if: $CIRRUS_TAG != '' || $CIRRUS_PR != ''
required_pr_labels: Cirrus Native
arm_container:
dockerfile: .cirrus/Dockerfile
cpu: 2
Expand Down

0 comments on commit f7d7bc9

Please sign in to comment.