2017-09-06 09:33:32 +00:00
|
|
|
node {sauce('b9aded57-5cc1-4f6b-b5ea-42d989987852') {
|
2017-09-06 10:50:03 +00:00
|
|
|
checkout([$class: 'GitSCM', branches: [[name: '*/develop']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], submoduleCfg: [], userRemoteConfigs: [[url: 'https://github.com/status-im/status-react.git']]])
|
2017-10-19 13:49:20 +00:00
|
|
|
try {sh 'cd test/appium/tests && /usr/local/bin/python3 -m pytest -m all --build ${JOB_NAME}__${BUILD_NUMBER} -v --dist=loadscope -n4'
|
2017-08-28 10:02:20 +00:00
|
|
|
}
|
|
|
|
finally {
|
|
|
|
saucePublisher()
|
2017-09-06 09:24:09 +00:00
|
|
|
junit testDataPublishers: [[$class: 'SauceOnDemandReportPublisher', jobVisibility: 'public']], testResults: 'test/appium/tests/*.xml' }
|
2017-08-28 10:02:20 +00:00
|
|
|
}
|
|
|
|
}
|