Remove useless error messaging
This part originates from when the CMake was being introduced and now things are stable enough that the bug rarely is everywhere. Pick-to: 6.2 6.3 Task-number: COIN-828 Change-Id: Ifb7b5ce82740f5ae49f712f9666870993ce00b15 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
97ef7752a2
commit
b3ec373e2f
|
|
@ -54,7 +54,7 @@ instructions:
|
|||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 4800
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: UploadTestArtifact
|
||||
transferType: UploadModuleTestsArtifact
|
||||
archiveDirectory: "{{.BuildDir}}"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ instructions:
|
|||
maxTimeInSeconds: "{{.Env.CMAKE_BUILD_TIMEOUT}}"
|
||||
maxTimeBetweenOutput: "{{.Env.CMAKE_BUILD_OUTPUT_TIMEOUT}}"
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
|
||||
variableValue: "{{.InstallDir}}/host"
|
||||
|
|
@ -70,7 +70,7 @@ instructions:
|
|||
maxTimeInSeconds: "{{.Env.CMAKE_BUILD_TIMEOUT}}"
|
||||
maxTimeBetweenOutput: "{{.Env.CMAKE_BUILD_OUTPUT_TIMEOUT}}"
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
|
||||
variableValue: "{{.InstallDir}}/target"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ instructions:
|
|||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 4800
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
|
||||
variableValue: "{{.BuildDir}}"
|
||||
|
|
@ -74,7 +74,7 @@ instructions:
|
|||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 4800
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
|
||||
variableValue: "{{.BuildDir}}"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ instructions:
|
|||
maxTimeInSeconds: "{{.Env.CMAKE_BUILD_TIMEOUT}}"
|
||||
maxTimeBetweenOutput: "{{.Env.CMAKE_BUILD_OUTPUT_TIMEOUT}}"
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
|
||||
variableValue: "{{.InstallDir}}"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ instructions:
|
|||
maxTimeInSeconds: 6000
|
||||
maxTimeBetweenOutput: 1200
|
||||
userMessageOnFailure: >
|
||||
Failed to build sources. In the current state bug can be everywhere.
|
||||
Failed to build sources.
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
|
||||
variableValue: "{{.BuildDir}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue