Turn on autotest build for INTEGRITY on CI
- add INTEGRITY tests to CI for qtbase Pick-to: 6.2 Change-Id: I7c7b0cb2639a086c1d53bea2d2e682d4c0fb2581 Reviewed-by: Toni Saario <toni.saario@qt.io>bb10
parent
9538c7ca73
commit
0de5fcafe2
|
|
@ -52,7 +52,7 @@ instructions:
|
|||
- type: ExecuteCommand
|
||||
command: "{{.Env.TESTS_ENV_PREFIX}} cmake --build . --parallel -v"
|
||||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 1200
|
||||
maxTimeBetweenOutput: 4800
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
- type: UploadTestArtifact
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ instructions:
|
|||
- type: ExecuteCommand
|
||||
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel -v"
|
||||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 1200
|
||||
maxTimeBetweenOutput: 4800
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
- type: EnvironmentVariable
|
||||
|
|
@ -72,7 +72,7 @@ instructions:
|
|||
- type: ExecuteCommand
|
||||
command: "{{.Env.TARGET_ENV_PREFIX}} cmake --build . --parallel -v"
|
||||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 1200
|
||||
maxTimeBetweenOutput: 4800
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
- type: EnvironmentVariable
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ instructions:
|
|||
enable_if:
|
||||
condition: property
|
||||
property: target.osVersion
|
||||
in_values: [Android_ANY, QEMU]
|
||||
in_values: [Android_ANY, QEMU, INTEGRITY]
|
||||
enable_if:
|
||||
condition: or
|
||||
conditions:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ instructions:
|
|||
enable_if:
|
||||
condition: property
|
||||
property: target.osVersion
|
||||
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710]
|
||||
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, INTEGRITY]
|
||||
enable_if:
|
||||
condition: or
|
||||
conditions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue