Phedenskog has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404925 )

Change subject: Move Internet Explorer tests in WebPageTest to own test files
......................................................................

Move Internet Explorer tests in WebPageTest to own test files

By moving the tests, it will make it easier to deploy the
Linux agent side by side with the current agent by only
changing Jenkins configuration.

Needs https://gerrit.wikimedia.org/r/#/c/404918/1

Bug: T175240

Change-Id: I534c6f9fc3ce9c43131a5db928567848e0b8bd07
---
M jjb/misc.yaml
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/25/404925/1

diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index ed5bfa1..6fe8082 100644
--- a/jjb/misc.yaml
+++ b/jjb/misc.yaml
@@ -330,6 +330,8 @@
         RESULT+=$?
         ./bin/index.js --batch ./scripts/batch/desktop.txt
         RESULT+=$?
+        ./bin/index.js --batch ./scripts/batch/desktop-ie.txt
+        RESULT+=$?
         ./bin/index.js --batch ./scripts/batch/login-mobile.txt
         RESULT+=$?
         ./bin/index.js --batch ./scripts/batch/login-desktop.txt
@@ -338,6 +340,8 @@
         RESULT+=$?
         ./bin/index.js --batch ./scripts/batch/second-view-desktop.txt
         RESULT+=$?
+        ./bin/index.js --batch ./scripts/batch/second-view-desktop-ie.txt
+        RESULT+=$?
         exit $RESULT
     publishers:
       - webpagetest-irc

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I534c6f9fc3ce9c43131a5db928567848e0b8bd07
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Phedenskog <phedens...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to