Skip to content

Commit

Permalink
Coin: Add a way to disable test upload
Browse files Browse the repository at this point in the history
The use case is where blocking test building is wanted but they cannot
be uploaded due to being static or they would simply be unused.

Pick-to: 6.7 6.8
Change-Id: I32ad20fea2ec032fb1f1a9b86025b34f192e0ed2
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
Toni Saario committed Jun 19, 2024
1 parent 2116c62 commit 6a0c94b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions coin/instructions/cmake_build_and_upload_test_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ instructions:
maxTimeBetweenOutput: 1200
# INTEGRITY artifacts aren't used.
disable_if:
condition: property
property: target.osVersion
equals_value: INTEGRITY
condition: or
conditions:
- condition: property
property: target.osVersion
equals_value: INTEGRITY
- condition: property
property: features
contains_value: DoNotUploadTests

0 comments on commit 6a0c94b

Please sign in to comment.