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
Tatiana Borisova 2021-11-15 14:19:38 +02:00
parent 9538c7ca73
commit 0de5fcafe2
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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: