Hashar has submitted this change and it was merged.

Change subject: beta-code-update replaces upstart service
......................................................................


beta-code-update replaces upstart service

Triggered every six minutes.  This provides us a public log of MediaWiki
core/extensions/messages updates.

Change-Id: Iaf50a56a550cafeb3d79265755b8e11981c9686f
---
M beta.yaml
1 file changed, 15 insertions(+), 0 deletions(-)

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



diff --git a/beta.yaml b/beta.yaml
index cca39a2..052b6d7 100644
--- a/beta.yaml
+++ b/beta.yaml
@@ -160,3 +160,18 @@
           git tag "jenkins_build_$BUILD_NUMBER" "$ZUUL_COMMIT" ;
           touch /home/wikipedia/common/wmf-config/InitialiseSettings.php ;
          '
+
+# Job updating MediaWiki core+extensions code and refreshing the message
+#
+# This is the poor man auto updating script. We should probably split the
+# script in different part and have the jobs trigger each other.
+- job:
+    name: beta-code-update
+    defaults: beta
+
+    builders:
+     - shell: "sudo -u mwdeploy VERBOSE=YES /usr/local/bin/wmf-beta-autoupdate"
+
+    triggers:
+     # Every six minutes:
+     - timed: '*/6 * * * *'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf50a56a550cafeb3d79265755b8e11981c9686f
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to