jenkins-bot has submitted this change and it was merged.

Change subject: Stop throttling SauceLabs jobs
......................................................................


Stop throttling SauceLabs jobs

The browser tests once executed directly on the slaves and we suspected
some performance bottleneck when several ran concurrently.

We found out there is a race condition that causes the XVFB server to be
killed and causing the failure of other jobs running on the same job

Thus, we wanted to only have one browser test per job.

Nowadays we have migrated all browsertests to run on SauceLabs. The part
of code running on the slaves is quite lightweight.  Thus remove the
throttling from all browser tests jobs.

Change-Id: I8f9d34ce19a0b5a878e40dbb79f55f10fd43a7ae
---
M jjb/job-templates-browsertests.yaml
1 file changed, 0 insertions(+), 11 deletions(-)

Approvals:
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/job-templates-browsertests.yaml 
b/jjb/job-templates-browsertests.yaml
index 5a3c382..9d3f237 100644
--- a/jjb/job-templates-browsertests.yaml
+++ b/jjb/job-templates-browsertests.yaml
@@ -80,17 +80,6 @@
     logrotate:
         daysToKeep: 31  # ~ 2 * 2 weeks sprints
 
-    properties:
-     - throttle:
-         max-per-node: 1
-         max-total: 0
-         enabled: true
-         option: 'category'
-         categories:
-          # They are defined in the global configuration
-          # https://integration.wikimedia.org/ci/configure
-          - browsertest-one-per-node
-
     scm:
       - git:
           url: https://{repository_host}/{repository}

-- 
To view, visit https://gerrit.wikimedia.org/r/199932
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8f9d34ce19a0b5a878e40dbb79f55f10fd43a7ae
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to