mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
CI: Add realtime checks to dailies
Change-Id: I6dc8ab1679b3505c6dde1d47e1b9276df47814f8
This commit is contained in:
@@ -65,6 +65,7 @@ pipeline {
|
||||
def groupName = testGroup.name
|
||||
def groupDir = testGroup.dir
|
||||
def groupTestcmd = testGroup.testcmd
|
||||
def groupRunTestsuiteOptions = testGroup.runTestsuiteOptions
|
||||
def testsuiteUrl = env.GIT_URL.replaceAll(/\/(Security-)?[^\/]+$/, "/\$1testsuite")
|
||||
|
||||
parallelTasks[groupName] = {
|
||||
@@ -92,7 +93,7 @@ pipeline {
|
||||
userRemoteConfigs: [[url: testsuiteUrl]]
|
||||
]
|
||||
|
||||
sh "sudo tests/CI/runTestsuite.sh --testsuite-dir='${groupDir}' --test-command='${groupTestcmd}'"
|
||||
sh "sudo tests/CI/runTestsuite.sh ${groupRunTestsuiteOptions} --testsuite-dir='${groupDir}' --test-command='${groupTestcmd}'"
|
||||
|
||||
archiveArtifacts allowEmptyArchive: true, defaultExcludes: false, fingerprint: true,
|
||||
artifacts: "${groupDir}/asterisk-test-suite-report.xml, ${groupDir}/logs/**, ${groupDir}/core*.txt"
|
||||
|
Reference in New Issue
Block a user