mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
9 lines
399 B
Groovy
9 lines
399 B
Groovy
node {sauce('6269510b-13f3-4019-b156-c2c835f3a408') {
|
|
try {sh '/usr/local/bin/python3 -m pytest -m sanity -v --dist=loadscope -n3 --build ${JOB_NAME}__${BUILD_NUMBER}'
|
|
}
|
|
finally {
|
|
saucePublisher()
|
|
junit testDataPublishers: [[$class: 'SauceOnDemandReportPublisher', jobVisibility: 'public']], testResults: '*.xml' }
|
|
}
|
|
}
|