Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/157699

Change subject: WIP Moved the first Wikidata job from WMDE Jenkins
......................................................................

WIP Moved the first Wikidata job from WMDE Jenkins

Will be triggered once a day at 12:00 pm.

TODO The job should be using our project structure.

Created job:
browsertests-Wikidata-wikidata.beta.wmflabs.org-linux-firefox-sauce

The job was moved from
https://github.com/wmde/jenkins-job-builder-config

Paired with: Tobi Gritschacher

Change-Id: Ic5a096753e27a53c90e17e64128e4af6cb2cf7f4
---
M jobs.yaml
1 file changed, 52 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/99/157699/1

diff --git a/jobs.yaml b/jobs.yaml
index 6b44650..af35a32 100644
--- a/jobs.yaml
+++ b/jobs.yaml
@@ -371,6 +371,58 @@
         mediawiki_password_variable: 
MEDIAWIKI_PASSWORD_LANGUAGESCREENSHOTBOT_WMFLABS_ORG
         mediawiki_user: LanguageScreenshotBot
 
+# Wikidata
+- job:
+    name: browsertests-Wikidata-wikidata.beta.wmflabs.org-linux-firefox-sauce
+    node: contintLabsSlave
+
+    scm:
+        - git:
+            url: 'https://github.com/wmde/WikidataBrowserTests.git'
+            branches:
+              - 'master'
+            skip-tag: true
+
+    wrappers:
+      - ansicolor
+      - timestamps
+
+    triggers:
+      - timed: 'H 0 12 * * *'
+
+    builders:
+     - shell: |
+          # Shared cache of gems to avoid hitting rubygems all the time
+          # See https://github.com/bundler/bundler/issues/2856
+          export GEM_HOME="$WORKSPACE/../gems"
+
+          # install ruby dependencies
+          mkdir -p vendor
+          gem1.9.3 install --env-shebang -i vendor bundler --no-ri --no-rdoc
+          # Prepare some paths lookup
+          export GEM_PATH="`pwd`/vendor"
+
+          cd tests/browser
+          "$WORKSPACE"/vendor/bin/bundle install --verbose
+
+          cp config/config_ci.yml config/config.yml
+
+          export WB_REPO_USERNAME=WikidataTester
+
+          export BROWSER=firefox
+          export VERSION=25
+          export PLATFORM=Linux
+          export BROWSER_TIMEOUT=30
+          "$WORKSPACE"/vendor/bin/bundle exec cucumber \
+            --backtrace \
+            --color \
+            --verbose  \
+            --format pretty \
+            --format Cucumber::Formatter::Sauce \
+            --out "$WORKSPACE/log/junit" \
+            --tags @wikidata.beta.wmflabs.org \
+            --tags ~@skip
+
 # WikiLove
 - project:
     name: WikiLove

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5a096753e27a53c90e17e64128e4af6cb2cf7f4
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

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

Reply via email to