Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
Description
The goal is to (optionally) initialize the class CoinTestResults with parameters that are hardcoded in the source code.
Initialisation parameters:
- main_coin_url : str
- default should be "http://coin.ci.qt.io"
- alternate_coin_urls : List[str]
- default should be [ "http://testresults.qt.io/coin", "http://ci-files01-hki.intra.qt.io:8080/coin/" ]
If the download from the main_coin_url fails, it should try the ones in the list, one after another. If everything fails it should return an exception.
Attachments
Issue Links
- resulted from
-
COIN-949 testresults.tar.gz is missing from the downloads link
- Open
- resulted in
-
QTQAINFRA-5352 Fix issues noticed in last XML testresult parser merge request
- Closed