Exclude INTEGRITY artifacts from Archivation step on CI
- there is no possibilities for running autotests on CI Pick-to: 6.2 Change-Id: I15f0c600172ec4962edf3716a651483982c4f8c6 Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
02955a10fa
commit
3c6582a082
@ -60,3 +60,8 @@ instructions:
|
|||||||
archiveDirectory: "{{.BuildDir}}"
|
archiveDirectory: "{{.BuildDir}}"
|
||||||
maxTimeInSeconds: 1200
|
maxTimeInSeconds: 1200
|
||||||
maxTimeBetweenOutput: 1200
|
maxTimeBetweenOutput: 1200
|
||||||
|
# INTEGRITY artifacts aren't used.
|
||||||
|
disable_if:
|
||||||
|
condition: property
|
||||||
|
property: target.osVersion
|
||||||
|
equals_value: INTEGRITY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user