Adjust unittest containers and delete old Jenkinsfile

This commit is contained in:
Michael Youngstrom
2018-11-20 16:21:31 -05:00
parent 174d80ed25
commit 7622c6850e
2 changed files with 5 additions and 138 deletions

View File

@@ -21,7 +21,7 @@ def pythonTestCleanup() {
}
pipeline {
agent { label "coverage-worker" }
agent { label "jenkins-worker" }
options {
timestamps()
timeout(60)
@@ -40,7 +40,7 @@ pipeline {
environment {
TEST_SUITE = "lms-unit"
XDIST_NUM_TASKS = 10
XDIST_REMOTE_NUM_PROCESSES = 2
XDIST_REMOTE_NUM_PROCESSES = 1
}
steps {
script {
@@ -59,8 +59,8 @@ pipeline {
agent { label "jenkins-worker" }
environment {
TEST_SUITE = "cms-unit"
XDIST_NUM_TASKS = 4
XDIST_REMOTE_NUM_PROCESSES = 2
XDIST_NUM_TASKS = 3
XDIST_REMOTE_NUM_PROCESSES = 1
}
steps {
script {
@@ -80,7 +80,7 @@ pipeline {
environment {
TEST_SUITE = "commonlib-unit"
XDIST_NUM_TASKS = 3
XDIST_REMOTE_NUM_PROCESSES = 2
XDIST_REMOTE_NUM_PROCESSES = 1
}
steps {
script {