[MediaWiki-commits] [Gerrit] labs...wikibugs2[master]: Follow-up: I forgot Phabricator's sub-projects

2018-01-19 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405362 )

Change subject: Follow-up: I forgot Phabricator's sub-projects
..

Follow-up: I forgot Phabricator's sub-projects

Bug: T185285
Change-Id: I314d57fdd28d21f2f4c81b8e25565ce9a4e967c5
---
M channels.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/62/405362/1

diff --git a/channels.yaml b/channels.yaml
index ebd1d5b..85ba42d 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -116,7 +116,7 @@
 - Deployments
 - scap(.*)
 - Gerrit
-- Phabricator
+- Phabricator(.*)
 - Differential
 - Diffusion
 - Project-Admins

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I314d57fdd28d21f2f4c81b8e25565ce9a4e967c5
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] labs...wikibugs2[master]: Remove #-devtools, merge into #-releng

2018-01-19 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405336 )

Change subject: Remove #-devtools, merge into #-releng
..

Remove #-devtools, merge into #-releng

First step of redirecting it to #-releng.

Bug: T185285
Change-Id: I300d4e0e8d4a1c987b712b1f0d801366e98b1fa9
---
M channels.yaml
M test_channels_yaml.py
2 files changed, 5 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/36/405336/1

diff --git a/channels.yaml b/channels.yaml
index f1e0f56..ebd1d5b 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -99,21 +99,6 @@
 - Wikibugs
 - wikitech.wikimedia.org
 
-"#wikimedia-devtools":
-# teams
-- phabricator-upstream
-- Phabricator
-- phab-.*
-# projects
-- Wikibugs
-- RT-Migration
-- GitHub-Mirrors
-- Gitblit-Deprecate
-- Gerrit-Migration
-- Project-Admins
-- Differential
-- Diffusion
-
 "#wikimedia-mailman":
 - Wikimedia-Mailing-lists
 
@@ -131,6 +116,10 @@
 - Deployments
 - scap(.*)
 - Gerrit
+- Phabricator
+- Differential
+- Diffusion
+- Project-Admins
 - MediaWiki-Releasing
 - MediaWiki-Codesniffer
 - commit-message-validator
diff --git a/test_channels_yaml.py b/test_channels_yaml.py
index f8e74c4..87111af 100755
--- a/test_channels_yaml.py
+++ b/test_channels_yaml.py
@@ -17,7 +17,7 @@
 set(chanfilter.channels_for(['Release-Engineering-Team'])))
 
 assertEquals(
-{'#mediawiki-feed', '#wikimedia-devtools', '#wikimedia-dev'},
+{'#mediawiki-feed', '#wikimedia-dev'},
 set(chanfilter.channels_for(['Phabricator'])))
 
 assertEquals(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I300d4e0e8d4a1c987b712b1f0d801366e98b1fa9
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] integration/config[master]: JJB: Remove browsertests-irc

2017-12-12 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/397971 )

Change subject: JJB: Remove browsertests-irc
..

JJB: Remove browsertests-irc

It was set to spam #wikimedia-releng on state change.

1) No one watches those notifications.
2) It is only used with the ruby selenium jobs.

Thus, remove it.

Bug: T181582
Change-Id: I8df4df3b65f5a1325541d527e714f90ee8160756
---
M jjb/job-templates-selenium.yaml
M jjb/language-screenshots.yaml
M jjb/macro.yaml
3 files changed, 0 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/71/397971/1

diff --git a/jjb/job-templates-selenium.yaml b/jjb/job-templates-selenium.yaml
index 39c1526..b7e47e4 100644
--- a/jjb/job-templates-selenium.yaml
+++ b/jjb/job-templates-selenium.yaml
@@ -117,8 +117,6 @@
   failure: true
   unstable: true
 
-  - browsertests-irc
-
   - performance:
   failed-threshold: -1
   unstable-threshold: -1
diff --git a/jjb/language-screenshots.yaml b/jjb/language-screenshots.yaml
index d9feb08..f6fa945 100644
--- a/jjb/language-screenshots.yaml
+++ b/jjb/language-screenshots.yaml
@@ -85,8 +85,6 @@
   recipients: qa-ale...@lists.wikimedia.org # TODO: job owners wanted
   body: '${SCRIPT, template="wikimedia.template"}'
 
-  - browsertests-irc
-
   - archive:
   artifacts: 'screenshots/*.png'
 
diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index ffb4db0..9d87f4e 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -522,22 +522,6 @@
 artifacts: 'log/*'
 allow-empty: true
 
-- publisher:
-name: browsertests-irc
-publishers:
-  - ircbot:
-  strategy: statechange-only
-  notify-start: false
-  notify-committers: false
-  notify-culprits: false
-  notify-upstream: false
-  notify-fixers: false
-  message-type: summary
-  matrix-notifier: only-configurations
-  channels:
-  - name: '#wikimedia-releng'
-notify-only: true
-
 # Validate a composer.json
 - builder:
 name: composer-validate

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8df4df3b65f5a1325541d527e714f90ee8160756
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] labs...wikibugs2[master]: releng: Cleanup

2017-11-30 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/394366 )

Change subject: releng: Cleanup
..

releng: Cleanup

* removed old/archived projects
* removed projects already in -devtools

Change-Id: I265ab55f538da1a2c40e2c57fa31edc03f7453e5
---
M channels.yaml
1 file changed, 1 insertion(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/66/394366/1

diff --git a/channels.yaml b/channels.yaml
index f3ae86c..c0779fd 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -126,21 +126,12 @@
 - Blocked-on-RelEng
 - releng-(.*)
 # projects
-- Releng-Admin
 - Continuous-Integration-(.*)
 - Beta-Cluster-Infrastructure(.*)
-- Staging
-- Deployment-Systems(.*)
-- Scap3(.*)
+- Deployments
 - scap(.*)
-- Gitblit-Deprecate
 - Gerrit
-- Gerrit-Migration
 - MediaWiki-Releasing
-- MediaWiki-Codesniffer
-- Browser-Tests-Infrastructure
-- Testing-Initiative-2015
-- commit-message-validator
 
 "#mediawiki-visualeditor":
 - VisualEditor(-.*)?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I265ab55f538da1a2c40e2c57fa31edc03f7453e5
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: betacluster: add -videoscaler to scap dsh group

2017-11-06 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/389642 )

Change subject: betacluster: add -videoscaler to scap dsh group
..

betacluster: add -videoscaler to scap dsh group

It wasn't receiving updates. This should fix it.

Bug: T179688
Change-Id: I389aa10bd2dfa181acd55d4722e8b696e4ebe2f6
---
M hieradata/labs/deployment-prep/common.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/42/389642/1

diff --git a/hieradata/labs/deployment-prep/common.yaml 
b/hieradata/labs/deployment-prep/common.yaml
index 973f755..a345ca2 100644
--- a/hieradata/labs/deployment-prep/common.yaml
+++ b/hieradata/labs/deployment-prep/common.yaml
@@ -196,6 +196,7 @@
 - deployment-tmh01.deployment-prep.eqiad.wmflabs
 - deployment-tin.deployment-prep.eqiad.wmflabs
 - deployment-mira.deployment-prep.eqiad.wmflabs
+- deployment-videoscaler01.deployment-prep.eqiad.wmflabs
 mediawiki-appserver-canaries:
 hosts:
 - deployment-mediawiki04.deployment-prep.eqiad.wmflabs

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I389aa10bd2dfa181acd55d4722e8b696e4ebe2f6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: admin: Add gjg to contint-admin

2017-09-22 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379932 )

Change subject: admin: Add gjg to contint-admin
..

admin: Add gjg to contint-admin

I could have used this to better debug the CI issue last night.

Change-Id: Ie445802d7bd5c362ea7e2c90a932143aa4354a49
---
M modules/admin/data/data.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/379932/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index 14a98fd..746bf51 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -140,7 +140,7 @@
 gid: 719
 description: users with some sudo permissions on jenkins and nodepool hosts
 members: [bd808, cscott, dduvall, demon, krinkle, reedy, marktraceur,
-  twentyafterfour, zfilipin, thcipriani, legoktm,
+  twentyafterfour, zfilipin, thcipriani, legoktm, gjg,
   hashar, niedzielski, addshore]
 privileges: ['ALL = (jenkins) NOPASSWD: ALL',
  'ALL = (jenkins-slave) NOPASSWD: ALL',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie445802d7bd5c362ea7e2c90a932143aa4354a49
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Revert "Limit thanks for new users at pl.wikipedia to 3 per ...

2017-09-18 Thread Greg Grossmeier (Code Review)
Hello Urbanecm, Legoktm, jenkins-bot, Dereckson,

I'd like you to do a code review.  Please visit

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

to review the following change.


Change subject: Revert "Limit thanks for new users at pl.wikipedia to 3 per day"
..

Revert "Limit thanks for new users at pl.wikipedia to 3 per day"

This reverts commit 4329654222bc2642f12cc36a2c60c22cbbd251b4.

Bug: T176174
Bug: T169268
Change-Id: I4ec0ac5a033d3dae5a9c2adf49b23132e152cfec
---
M wmf-config/InitialiseSettings.php
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/84/378784/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index e1a524c..930322d 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7548,13 +7548,6 @@
'extendedmover' => [16, 60], // T138703
],
],
-   '+plwiki' => [
-   // Limit to 3 per day for new users (T169268)
-   // Re-evaluate on 2017-08-01
-   'thanks-notification' => [
-   'newbie' => [ 3, 86400 ],
-   ],
-   ],
 ],
 # @} end of wgRateLimits
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ec0ac5a033d3dae5a9c2adf49b23132e152cfec
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 
Gerrit-Reviewer: Dereckson 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: Urbanecm 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: Gerrit: Max batch limit = 11

2017-08-13 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371739 )

Change subject: Gerrit: Max batch limit = 11
..

Gerrit: Max batch limit = 11

All good things go to 11.

Change-Id: I1073a98f8ff4605a5b07a3f6d3a3f2878f5683f2
---
M modules/gerrit/templates/gerrit.config.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/371739/1

diff --git a/modules/gerrit/templates/gerrit.config.erb 
b/modules/gerrit/templates/gerrit.config.erb
index 92881fc..8f30ee1 100644
--- a/modules/gerrit/templates/gerrit.config.erb
+++ b/modules/gerrit/templates/gerrit.config.erb
@@ -150,7 +150,7 @@
 deltacompression = true
 [receive]
 maxObjectSizeLimit = 100m
-maxBatchChanges = 10
+maxBatchChanges = 11
 enableSignedPush = false
 [repository "*"]
 ownerGroup = Project and Group Creators

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1073a98f8ff4605a5b07a3f6d3a3f2878f5683f2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] mediawiki...codesniffer[master]: Goat: More proportional body

2017-08-13 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371736 )

Change subject: Goat: More proportional body
..

Goat: More proportional body

Change-Id: I24b9e4deff5826af1473922336d81b8dde8bd31d
---
M utils/goatsniffer.php
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/codesniffer 
refs/changes/36/371736/1

diff --git a/utils/goatsniffer.php b/utils/goatsniffer.php
index 161ffd5..31c9aa8 100644
--- a/utils/goatsniffer.php
+++ b/utils/goatsniffer.php
@@ -34,14 +34,14 @@
 
 // ASCII art by paroneayea
 echo <

[MediaWiki-commits] [Gerrit] operations/puppet[production]: Add addshore to contint-admins

2017-08-12 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371663 )

Change subject: Add addshore to contint-admins
..

Add addshore to contint-admins

Bug: T173233
Change-Id: I1c7e3efa1e411ba1ebd9c00739e8f3b373712521
---
M modules/admin/data/data.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/371663/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index 633c87c..361f3f6 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -137,7 +137,7 @@
   contint-admins:
 gid: 719
 description: users with some sudo permissions on jenkins and nodepool hosts
-members: [bd808, cscott, dduvall, demon, krinkle, reedy, marktraceur,
+members: [addshore, bd808, cscott, dduvall, demon, krinkle, reedy, 
marktraceur,
   twentyafterfour, zfilipin, thcipriani, legoktm,
   hashar, niedzielski]
 privileges: ['ALL = (jenkins) NOPASSWD: ALL',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c7e3efa1e411ba1ebd9c00739e8f3b373712521
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: Phabricator: Override the frog token's label

2017-08-12 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371660 )

Change subject: Phabricator: Override the frog token's label
..

Phabricator: Override the frog token's label

Bug: T173208
Change-Id: I34a6efc68ae17fce8b76d832a7fd0c0c29f8345f
---
M modules/phabricator/data/fixed_settings.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/60/371660/1

diff --git a/modules/phabricator/data/fixed_settings.yaml 
b/modules/phabricator/data/fixed_settings.yaml
index aca07a8..8530732 100644
--- a/modules/phabricator/data/fixed_settings.yaml
+++ b/modules/phabricator/data/fixed_settings.yaml
@@ -228,6 +228,8 @@
   'Do you want to export the query results to Excel?': 'Do you want to export 
the query results?'
   # T865
   'You can also create tasks by sending an email to: %s': 'You can also create 
tasks by sending an email to: %s (https://www.mediawiki.org/wiki/Special:MyLanguage/Phabricator/Help#Using_e-mail";
 tabindex="-1" target="_blank">learn more)'
+  # T173208
+  'Dat Boi': 'Insectivore'
 
 # We don't host local docs or use the wiki :)
 phabricator.uninstalled-applications:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I34a6efc68ae17fce8b76d832a7fd0c0c29f8345f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: admin: Update gjg's ssh key

2017-08-02 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/369840 )

Change subject: admin: Update gjg's ssh key
..

admin: Update gjg's ssh key

I had to replace my x230 this week. New laptop, new key.

Also upgrading to an ed_25519 key.

Change-Id: I751f78cca5676c9023e1e9d2ee351c8b2ef5a890
---
M modules/admin/data/data.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/40/369840/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index ef25b2a..155ea40 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -927,7 +927,7 @@
 realname: Greg Grossmeier
 ssh_keys:
   - ssh-rsa 
B3NzaC1yc2EDAQABAAABAQDcwwxwZqCRMBQsMIutloeVS5Nx+nljUr914Yradb8YLeo2PbqLEjVKgC6+yKHe7binFNk3rlgiXhXOm2issytl7sWUZz8YpFqxp7fDqnfVVOTGTwMtAjBoZHugz9RaR1SVlz2dRk0N5qrovffz/Av3QQIS12jX3C/GCdqCMixgwi+ecYo2xA7WJyEGFnp+0Ah8hBIn2xabZAfHhZ8dF6VifEHsgp08Ot52sOZwb99+H0SjEWRwc9decwuPGNWX94BPvWcP6dQ2bzjqR3iRkwEIvKcgMvanYUXAvPb32382QCsW0r22HtvsUvA340ISlvcauRS1GGpyYmZYGSSfgHVH
 greg@x200s
-  - ssh-rsa 
B3NzaC1yc2EDAQABAAABAQC16FrhA5M9oVeFTpJMZrjMSnmNXv4sW+Ku1PUpv14qOEw9zpW8JhWLzhD4+C66sE3vvDm/xwrfYeyn9lLFlxCM8ZbUOh9YCuZv3ABam5UHODg+YS3tdMHbZ/U4ZPSg1B6t79f2/CLCrpj0Tk+G2DQe9/d75fdmZBBC6ICKrY8glNWZOL2kxi22P2dUamTDzBu1j9UHmpSNYpMh169AeNFV5njNYlEpOueg4iDkLvXqvMyDyvXvYbSNSRAfGTZYdzlNmasBEWuS7zuSIQ1Fy0VJs5JEG5TtsRKOzEkfRsBwTumaaqJy5XCC1vK3qVDtNecmkrxezf4Yw0EmCIwSF6l7
 greg@x230
+  - ssh-ed25519 
C3NzaC1lZDI1NTE5INwe64Pom7KuAcxlt8DJphg4aHX0jOg6V45IXEeYWcvx greg@x1
 uid: 2890
 email: ggrossme...@wikimedia.org
   halfak:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I751f78cca5676c9023e1e9d2ee351c8b2ef5a890
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] labs...wikibugs2[master]: Simplify #-releng projects

2017-05-17 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354115 )

Change subject: Simplify #-releng projects
..

Simplify #-releng projects

Ended up just simplifying the channel list: CI-(.*)

Change-Id: I9dddf833eee4a39276bcbb145d751c0e99013808
---
M channels.yaml
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/15/354115/1

diff --git a/channels.yaml b/channels.yaml
index 1ec0b0e..8be57b9 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -116,9 +116,7 @@
 - releng-(.*)
 # projects
 - Releng-Admin
-- Continuous-Integration-Infrastructure(.*)
-- Continuous-Integration-Config(.*)
-- Continuous-Integration-Scaling(.*)
+- Continuous-Integration-(.*)
 - Beta-Cluster-Infrastructure(.*)
 - Staging
 - Deployment-Systems(.*)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9dddf833eee4a39276bcbb145d751c0e99013808
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] labs...wikibugs2[master]: -releng: remove #browser-tests, fix -infra

2016-08-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: -releng: remove #browser-tests, fix -infra
..

-releng: remove #browser-tests, fix -infra

* Removed #browser-tests as that is a tag for anyone to use about their
  browser tests. It is not a project "owned" by Release Engineering.

* Fixed the capitalization of #browser-tests-infrastructure, because.

Change-Id: I278ee43bf6465cc27b28081456dd49296461c105
---
M channels.yaml
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/41/304041/1

diff --git a/channels.yaml b/channels.yaml
index 7de5037..f18027d 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -114,12 +114,11 @@
 - Deployment-Systems(.*)
 - Scap3(.*)
 - scap(.*)
-- Browser-Tests(.*)
 - Gitblit-Deprecate
 - Gerrit-Migration
 - MediaWiki-Releasing
 - MediaWiki-Codesniffer
-- Browser-Tests-infrastructure
+- Browser-Tests-Infrastructure
 - Testing-Initiative-2015
 - commit-message-validator
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I278ee43bf6465cc27b28081456dd49296461c105
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] [Beta Cluster] Enable PoolCounter - change (operations/mediawiki-config)

2016-07-13 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: [Beta Cluster] Enable PoolCounter
..

[Beta Cluster] Enable PoolCounter

Apparently we've had a poolcounter instance in Beta Cluster for a while
(T112501).

And not having a poolcounter in Beta Cluster was part of what made us
miss a bug that caused an outage in production.

Bug: T38891
Change-Id: I1703c76c41df6c46f17938b7a4ae34af46547f82
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/19/298919/1

diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 9f977f0..18be9d3 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -185,7 +185,7 @@
'default' => true,
],
'-wmgUsePoolCounter' => [
-   'default' => false, // T38891
+   'default' => true, // T38891
],
 
'-wmgEnableCaptcha' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1703c76c41df6c46f17938b7a4ae34af46547f82
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove Nik Everett's production access - change (operations/puppet)

2016-05-26 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove Nik Everett's production access
..

Remove Nik Everett's production access

Per private email, see:
https://phabricator.wikimedia.org/T130131#2332303

Bug: T130113
Change-Id: I1b71f7d274689ec637dfb1fb3623105b0de201d8
---
M modules/admin/data/data.yaml
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/25/291125/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index dc98e7e..b453720 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -48,7 +48,7 @@
 description: replaces 'mortals' for software deployment
 members: [aaron, dr0ptp4kt, anomie, aude, awight, awjrichards, bd808,
   brion, cscott, csteipp, demon, ebernhardson, esanders, gilles,
-  gjg, gwicke, halfak, hashar, hoo, kaldari, kartik, khorn, 
krinkle, manybubbles,
+  gjg, gwicke, halfak, hashar, hoo, kaldari, kartik, khorn, 
krinkle,
   maxsem, mattflaschen, marktraceur, milimetric, mlitn, andyrussg,
   nikerabbit, reedy, robla, ssastry, tomasz, yurik,
   tgr, phuedx, bsimmers, ejegg, twentyafterfour, legoktm, catrope, 
krenair,
@@ -89,7 +89,7 @@
   elasticsearch-roots:
 gid: 709
 description: manage elasticsearch nodes
-members: [manybubbles, demon, ebernhardson, dcausse, tomasz, gehel]
+members: [demon, ebernhardson, dcausse, tomasz, gehel]
 privileges: ['ALL = (ALL) NOPASSWD: ALL']
   dataset-admins:
 gid: 710
@@ -172,7 +172,7 @@
   logstash-roots:
 gid: 722
 description: users with root access on logstash nodes (rt 6366, 6896)
-members: [aaron, bd808, manybubbles, demon, reedy]
+members: [aaron, bd808, demon, reedy]
 privileges: ['ALL = (ALL) NOPASSWD: ALL']
   statistics-web-users:
 gid: 724
@@ -867,7 +867,7 @@
 krinkle @ krinkle-mbp003]
 uid: 2008
   manybubbles:
-ensure: present
+ensure: absent 
 gid: 500
 name: manybubbles
 realname: Nik Everett

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1b71f7d274689ec637dfb1fb3623105b0de201d8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Revert "350K articles celebration logo on cs.wikipedia" - change (operations/mediawiki-config)

2016-04-08 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Revert "350K articles celebration logo on cs.wikipedia"
..

Revert "350K articles celebration logo on cs.wikipedia"

This reverts commit de06de3bc690a965902ec40b42be4bbabea935b6.

Bug: T131605
Change-Id: I70dc1be25c339941cfd6ed96a8581605d80efd4e
---
M static/images/project-logos/cswiki.png
M wmf-config/InitialiseSettings.php
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/81/282381/1

diff --git a/static/images/project-logos/cswiki.png 
b/static/images/project-logos/cswiki.png
index e45f60a..18ab9f0 100644
--- a/static/images/project-logos/cswiki.png
+++ b/static/images/project-logos/cswiki.png
Binary files differ
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index fef15f7..18840fa 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -1125,8 +1125,7 @@
 'wgLogoHD' => array(
 # Wikipedia
'bnwiki' => array( '1.5x' => 
'/static/images/project-logos/bnwiki-1.5x.png', '2x' => 
'/static/images/project-logos/bnwiki-2x.png' ),
-   // cs.wikipedia HD logo has been temporarily disabled for 350K 
celebration - T131605
-   //'cswiki' => array( '1.5x' => 
'/static/images/project-logos/cswiki-1.5x.png', '2x' => 
'/static/images/project-logos/cswiki-2x.png' ), // T130392
+   'cswiki' => array( '1.5x' => 
'/static/images/project-logos/cswiki-1.5x.png', '2x' => 
'/static/images/project-logos/cswiki-2x.png' ), // T130392
'enwiki' => array( '1.5x' => 
'/static/images/project-logos/enwiki-1.5x.png', '2x' => 
'/static/images/project-logos/enwiki-2x.png' ),
'dawiki' => array( '1.5x' => 
'/static/images/project-logos/dawiki-1.5x.png', '2x' => 
'/static/images/project-logos/dawiki-2x.png' ), // T131033
'fawiki' => array( '1.5x' => 
'/static/images/project-logos/fawiki-1.5x.png', '2x' => 
'/static/images/project-logos/fawiki-2x.png' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I70dc1be25c339941cfd6ed96a8581605d80efd4e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Announce all failures of beta jobs in -releng - change (integration/config)

2016-03-09 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Announce all failures of beta jobs in -releng
..

Announce all failures of beta jobs in -releng

Bug: T129374
Change-Id: Ia6205cba663c2d400dba5b53bbb73d2efe4373db
---
M jjb/beta.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/38/276238/1

diff --git a/jjb/beta.yaml b/jjb/beta.yaml
index 304f1c6..47e74f8 100644
--- a/jjb/beta.yaml
+++ b/jjb/beta.yaml
@@ -232,7 +232,7 @@
 name: beta-irc
 publishers:
   - ircbot:
-  strategy: new-failure-and-fixed
+  strategy: failure-and-fixed
   notify-start: false
   notify-committers: false
   notify-culprits: false

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6205cba663c2d400dba5b53bbb73d2efe4373db
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Fix sprint rewrite rule - change (operations/puppet)

2016-02-19 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Fix sprint rewrite rule
..

Fix sprint rewrite rule

Bug: T127348
Change-Id: I96e3007c0a92dc01b621ebac94d3710bd0d1
---
M modules/phabricator/templates/phabricator-default.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/271798/1

diff --git a/modules/phabricator/templates/phabricator-default.conf.erb 
b/modules/phabricator/templates/phabricator-default.conf.erb
index 629f2e1..01f4f04 100644
--- a/modules/phabricator/templates/phabricator-default.conf.erb
+++ b/modules/phabricator/templates/phabricator-default.conf.erb
@@ -53,7 +53,7 @@
 
   RewriteRule ^/rsrc/(.*) -   [L,QSA]
   RewriteRule ^/favicon.ico   -   [L,QSA]
-  RewriteRule ^/project/sprint/board/ /project/board/ [L,QSA,R=301]
+  RewriteRule ^/project/sprint/board/(.*) /project/board/$1 [L,QSA,R=301]
   RewriteRule ^/maniphest/task/create/ /maniphest/task/edit/form/1/ 
[L,QSA,R=301]
   RewriteRule ^(.*)$  /index.php?__path__=$1  [B,L,QSA]
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96e3007c0a92dc01b621ebac94d3710bd0d1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] -releng and -devtools changes - change (labs...wikibugs2)

2016-02-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: -releng and -devtools changes
..

-releng and -devtools changes

-releng
* Added #scap and #browser-tests-infrastructure
* Removed #Differential (moved to -devtools)

-devtools
* Added #GitHub-Mirrors, #Gerrit-Migration, #Differential, and #Diffusion
** Things related to Phabricator use, basically

Change-Id: I79b7b56b902b4951f205a91a25bd833453bb58f9
---
M channels.yaml
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/37/269737/1

diff --git a/channels.yaml b/channels.yaml
index 38ae41c..e401b9c 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -74,8 +74,12 @@
 - Wikibugs
 - Phabricator.org
 - RT-Migration
+- GitHub-Mirrors
 - Gitblit-Deprecate
+- Gerrit-Migration
 - Project-Creators
+- Differential
+- Diffusion
 
 "#wikimedia-mailman":
 - Wikimedia-Mailing-lists
@@ -99,12 +103,13 @@
 - Staging
 - Deployment-Systems
 - Scap3
+- scap
 - Browser-Tests
 - Gitblit-Deprecate
 - Gerrit-Migration
-- Differential
 - MediaWiki-Releasing
 - MediaWiki-Codesniffer
+- Browser-Tests-infrastructure
 - Testing-Initiative-2015
 
 "#mediawiki-visualeditor":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I79b7b56b902b4951f205a91a25bd833453bb58f9
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add dduvall to deployment group - change (operations/puppet)

2016-01-12 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add dduvall to deployment group
..

Add dduvall to deployment group

Let him deploy!

Change-Id: Id5311ef8732796b2a73fc6e31b591c4269f33808
---
M modules/admin/data/data.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/76/263676/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index e48efbf..2d4827c 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -49,7 +49,7 @@
   nikerabbit, reedy, robla, spage, ssastry, tomasz, yurik,
   tgr, phuedx, bsimmers, ejegg, twentyafterfour, legoktm, catrope, 
krenair,
   mobrovac, nuria, thcipriani, joal, eevans, mforns, dpatrick, 
dcausse,
-  bsitzmann, mholloway-shell, jzerebecki]
+  bsitzmann, mholloway-shell, jzerebecki, dduvall]
 privileges: ['ALL = (www-data,apache,mwdeploy,l10nupdate) NOPASSWD: ALL',
  'ALL = NOPASSWD: /sbin/restart hhvm',
  'ALL = NOPASSWD: /sbin/start hhvm',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5311ef8732796b2a73fc6e31b591c4269f33808
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Move Catalan and Hebrew Wikipedias to group1 - change (operations/mediawiki-config)

2015-11-16 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Move Catalan and Hebrew Wikipedias to group1
..

Move Catalan and Hebrew Wikipedias to group1

This moves them to the second day of the 3 day deploy schedule.

See: 
https://wikitech.wikimedia.org/w/index.php?title=Deployments/One_week&oldid=204022

Bug: T115002
Change-Id: I2d4b5e581d3acc92e9eb60fe23b898be0caf329f
---
M dblists/group1.dblist
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/71/253371/1

diff --git a/dblists/group1.dblist b/dblists/group1.dblist
index 54cf69b..531f3d5 100644
--- a/dblists/group1.dblist
+++ b/dblists/group1.dblist
@@ -1 +1,3 @@
 %% all.dblist - group0.dblist - wikipedia.dblist
+hewiki
+cawiki

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d4b5e581d3acc92e9eb60fe23b898be0caf329f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add #Testing-Initiative-2015 to -releng - change (labs...wikibugs2)

2015-11-04 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add #Testing-Initiative-2015 to -releng
..

Add #Testing-Initiative-2015 to -releng

Change-Id: Ic988f29eff125740bdfb2e0c2b34e14d27192823
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/78/250978/1

diff --git a/channels.yaml b/channels.yaml
index 37b0c6e..805d44e 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -100,6 +100,7 @@
 - Differential
 - MediaWiki-Releasing
 - MediaWiki-Codesniffer
+- Testing-Initiative-2015
 
 "#mediawiki-visualeditor":
 - VisualEditor(-.*)?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic988f29eff125740bdfb2e0c2b34e14d27192823
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove the UploadWizard API test from production - change (integration/config)

2015-10-21 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove the UploadWizard API test from production
..

Remove the UploadWizard API test from production

Bug: T115465
Change-Id: I3e684c3b215847a9b9dc0222c4c1d98a331ff075
---
M jjb/browsertests.yaml
1 file changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/95/247895/1

diff --git a/jjb/browsertests.yaml b/jjb/browsertests.yaml
index 24b169e..069aa4b 100644
--- a/jjb/browsertests.yaml
+++ b/jjb/browsertests.yaml
@@ -362,11 +362,6 @@
 mediawiki_url: commons.wikimedia.beta.wmflabs.org
 pollscm: '* * * * *'
 
- - 'UploadWizard-api-{mediawiki_url}':
-mediawiki_credentials_id: Selenium_user-at-wikipedia.org
-mediawiki_url: commons.wikimedia.org
-pollscm: '0 5 31 2 *'
-
 - project:
 name: UploadWizard
 defaults: browsertests

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e684c3b215847a9b9dc0222c4c1d98a331ff075
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Use new page name for wmf release notes - change (mediawiki...release)

2015-09-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has submitted this change and it was merged.

Change subject: Use new page name for wmf release notes
..


Use new page name for wmf release notes

Instead of "MediaWiki 1.27/wmf1" use "MediaWiki 1.27/wmf.1".

Greg said that :P 
(https://gerrit.wikimedia.org/r/#/c/239562/3/make-deploy-notes/uploadChangelog.php)

Bug: T67306
Change-Id: Ia074f1a0aebf1e768589095dd78ff15cfab73228
---
M make-deploy-notes/uploadChangelog.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Greg Grossmeier: Looks good to me, approved



diff --git a/make-deploy-notes/uploadChangelog.php 
b/make-deploy-notes/uploadChangelog.php
index 994a0ed..ab0a182 100644
--- a/make-deploy-notes/uploadChangelog.php
+++ b/make-deploy-notes/uploadChangelog.php
@@ -57,7 +57,7 @@
 }
 
 list( $major, $minor ) = getMajorMinor( $version );
-$wiki->edit( "MediaWiki 1.{$major}/wmf{$minor}/Changelog", $output, "Update 
changelog for $version", false, false );
+$wiki->edit( "MediaWiki 1.{$major}/wmf.{$minor}/Changelog", $output, "Update 
changelog for $version", false, false );
 
 print "Changelog updated\n";
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia074f1a0aebf1e768589095dd78ff15cfab73228
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow 
Gerrit-Reviewer: Greg Grossmeier 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Add #MediaWiki-Releasing to -releng - change (labs...wikibugs2)

2015-09-24 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add #MediaWiki-Releasing to -releng
..

Add #MediaWiki-Releasing to -releng

We're the team of last resort for those issues, I suppose, and the task traffic
shouldn't be too high.

Change-Id: If57d3c51e2fd0e0507088e7c39f38ca6e6fe96d6
---
M channels.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/56/240756/1

diff --git a/channels.yaml b/channels.yaml
index d7b5af2..fcc37f7 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -94,7 +94,7 @@
 - Gitblit-Deprecate
 - Gerrit-Migration
 - Differential
-
+- MediaWiki-Releasing
 
 "#mediawiki-visualeditor":
 - VisualEditor(-.*)?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If57d3c51e2fd0e0507088e7c39f38ca6e6fe96d6
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add #releng-epics to -releng - change (labs...wikibugs2)

2015-09-23 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add #releng-epics to -releng
..

Add #releng-epics to -releng

Change-Id: Ie697deb01e81d9c898aa08b01d1cda1050b9e6db
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/27/240627/1

diff --git a/channels.yaml b/channels.yaml
index 1ee6cce..22e36b2 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -81,6 +81,7 @@
 - Releng-Admin
 # Planning (eg: #releng-201516-q2 or #releng-admin or any future ones)
 - releng-(.*)
+- Release-Engineering-Epics
 # projects
 - Continuous-Integration-Infrastructure
 - Continuous-Integration-Config

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie697deb01e81d9c898aa08b01d1cda1050b9e6db
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove scap announces in -operations - change (labs...grrrit)

2015-09-21 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove scap announces in -operations
..

Remove scap announces in -operations

Keep it in -releng

Change-Id: Ib2a375e4b7dd3d4a23daf80c0a308023f8440c99
---
M config.yaml
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit 
refs/changes/30/240030/1

diff --git a/config.yaml b/config.yaml
index d23e85c..f641a3a 100644
--- a/config.yaml
+++ b/config.yaml
@@ -126,7 +126,6 @@
 wikimedia/bugzilla/modifications:
 wikimedia/bots/jouncebot:
 # This is sent to #wikimedia-releng too.
-mediawiki/tools/scap:
 "#wikimedia-releng":
 mediawiki/selenium:
 mediawiki/ruby/.*:
@@ -135,11 +134,10 @@
 mediawiki/tools/code-utils:
 mediawiki/tools/release:
 mediawiki/tools/releng:
+mediawiki/tools/scap:
 # All commits to a betacluster branch goes here
 .*:
 branch: "betacluster"
-# This is sent to #wikimedia-operations too.
-mediawiki/tools/scap:
 "#wikidata-feed":
 mediawiki/extensions/Wikibase.*:
 mediawiki/extensions/Wikidata.*:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2a375e4b7dd3d4a23daf80c0a308023f8440c99
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/grrrit
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add releng-(.*) to catch all releng planning tags - change (labs...wikibugs2)

2015-09-18 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add releng-(.*) to catch all releng planning tags
..

Add releng-(.*) to catch all releng planning tags

This is to catch
* Quarterly goals/keyresults/measures of success in eg:#releng-201516-q2
* #releng-admin
* any future planning projects we might make (#releng-epics?)

Change-Id: I2291cfc1f63a86c1db7bdceaff44683cb00b4d96
---
M channels.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/28/239528/1

diff --git a/channels.yaml b/channels.yaml
index 6289e62..6448688 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -78,6 +78,8 @@
 - Release-Engineering-Team
 - Blocked-on-RelEng
 - Releng-Admin
+# Planning (eg: #releng-201516-q2 or #releng-admin or any future ones)
+- releng-(.*)
 # projects
 - Continuous-Integration-Infrastructure
 - Continuous-Integration-Config

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2291cfc1f63a86c1db7bdceaff44683cb00b4d96
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] releng is now Release-Engineering-Team - change (labs...wikibugs2)

2015-09-18 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: releng is now Release-Engineering-Team
..

releng is now Release-Engineering-Team

Because we're a team, not a concept.

Change-Id: I4b6e83c5dda26161c2ac3af5f4e17dd29cb7496d
---
M channels.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/28/239328/1

diff --git a/channels.yaml b/channels.yaml
index fe988a2..6289e62 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -75,7 +75,7 @@
 
 "#wikimedia-releng":
 # teams
-- Release-Engineering
+- Release-Engineering-Team
 - Blocked-on-RelEng
 - Releng-Admin
 # projects

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b6e83c5dda26161c2ac3af5f4e17dd29cb7496d
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove ECT and old/dead projects from -devtools - change (labs...wikibugs2)

2015-09-16 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove ECT and old/dead projects from -devtools
..

Remove ECT and old/dead projects from -devtools

Change-Id: I2142bb8e175adc1fcf99fd6499b74ceb3efd02a5
See: https://phabricator.wikimedia.org/T104343#1644956
---
M channels.yaml
1 file changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/63/238763/1

diff --git a/channels.yaml b/channels.yaml
index 8501ae4..ee4213f 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -63,15 +63,10 @@
 "#wikimedia-devtools":
 # teams
 - Phabricator
-- Engineering-Community
 # projects
 - Wikibugs
 - Phabricator.org
-- Bugzilla-Migration
-- Bugzilla-Preview
 - RT-Migration
-- Project-Management
-- Code-Review
 - Gitblit-Deprecate
 - Project-Creators
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2142bb8e175adc1fcf99fd6499b74ceb3efd02a5
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Revert "Disable anonymous page creation on swWiki" - change (operations/mediawiki-config)

2015-09-04 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Revert "Disable anonymous page creation on swWiki"
..

Revert "Disable anonymous page creation on swWiki"

This reverts commit 9f1f2e563a79037908a6b6e433b7d9495152a5c0.
Bug: T44894

Change-Id: I3b4eb964dd39a975273cd20c41837adb489e6ce0
---
M wmf-config/InitialiseSettings.php
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/45/236045/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 54ad88a..4060ca2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7841,9 +7841,6 @@
'autoconfirmed' => array( 'patrol' => true ),
'rollbacker' => array( 'rollback' => true, 'autopatrol' => true 
),
),
-   '+swwiki' => array(
-   '*' => array( 'createpage' => false ), // T44894 FIXME recheck 
for need around September 15 2015
-   ),
'+svwikisource' => array( // Bug 28614 & 36895
'autopatrolled' => array( 'autopatrol' => true, 
'suppressredirect' => true, 'upload' => true, 'reupload' => true ),
),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b4eb964dd39a975273cd20c41837adb489e6ce0
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add #Differential for -releng - change (labs...wikibugs2)

2015-09-03 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add #Differential for -releng
..

Add #Differential for -releng

Change-Id: I6e0f312a35a106318049bbd5a4aeccd34eec94b6
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/62/235962/1

diff --git a/channels.yaml b/channels.yaml
index 5afe36b..b08e529 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -89,6 +89,7 @@
 - Browser-Tests
 - Gitblit-Deprecate
 - Gerrit-Migration
+- Differential
 
 
 "#mediawiki-visualeditor":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6e0f312a35a106318049bbd5a4aeccd34eec94b6
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Deprecate gitblit, and migrate gerrit - change (labs...wikibugs2)

2015-09-03 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Deprecate gitblit, and migrate gerrit
..

Deprecate gitblit, and migrate gerrit

Change-Id: Icfd5f7acb0bbecb986db3bce6cbd38062b5f03a1
---
M channels.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/54/235754/1

diff --git a/channels.yaml b/channels.yaml
index c62ac0d..5afe36b 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -87,6 +87,8 @@
 - Deployment-Systems
 - Scap3
 - Browser-Tests
+- Gitblit-Deprecate
+- Gerrit-Migration
 
 
 "#mediawiki-visualeditor":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icfd5f7acb0bbecb986db3bce6cbd38062b5f03a1
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Naming is hard - change (labs...wikibugs2)

2015-09-01 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Naming is hard
..

Naming is hard

Change-Id: I4425820dcb9b203b6f635b591cb386c2a8a4d4ea
---
M channels.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/57/235357/1

diff --git a/channels.yaml b/channels.yaml
index e62ef4a..c62ac0d 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -81,7 +81,7 @@
 # projects
 - Continuous-Integration-Infrastructure
 - Continuous-Integration-Config
-- Continuous-Integration-Isolation
+- Continuous-Integration-Scaling
 - Beta-Cluster
 - Staging
 - Deployment-Systems

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4425820dcb9b203b6f635b591cb386c2a8a4d4ea
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add RelEng-Admin, CI-Config, Scap3 plus reorder - change (labs...wikibugs2)

2015-08-18 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add RelEng-Admin, CI-Config, Scap3 plus reorder
..

Add RelEng-Admin, CI-Config, Scap3 plus reorder

Change-Id: Ieda392608c6aeeec27adc4990bbedddccce3960e
---
M channels.yaml
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/04/232404/1

diff --git a/channels.yaml b/channels.yaml
index 78cb289..f570c06 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -74,13 +74,17 @@
 # teams
 - Release-Engineering
 - Blocked-on-RelEng
+   - Releng-Admin
 # projects
 - Continuous-Integration-Infrastructure
+- Continuous-Integration-Config
+- Continuous-Integration-Isolation
 - Beta-Cluster
 - Staging
 - Deployment-Systems
+   - Scap3
 - Browser-Tests
-- Continuous-Integration-Isolation
+
 
 "#mediawiki-visualeditor":
 - VisualEditor(-.*)?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieda392608c6aeeec27adc4990bbedddccce3960e
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Revert "Temporarily re-enable uploads on Marathi Wikipedia" - change (operations/mediawiki-config)

2015-06-08 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Revert "Temporarily re-enable uploads on Marathi Wikipedia"
..

Revert "Temporarily re-enable uploads on Marathi Wikipedia"

This reverts commit 4304f07b57c99a9c2be602463cbe3f0f07e9904b.

Change-Id: If5c6aa66eb5191310c82adbf9c7c8050df661ba6
---
M commonsuploads.dblist
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/19/216719/1

diff --git a/commonsuploads.dblist b/commonsuploads.dblist
index 85453cc..d5ebffb 100644
--- a/commonsuploads.dblist
+++ b/commonsuploads.dblist
@@ -309,6 +309,7 @@
 mnwiki
 mnwiktionary
 mrjwiki
+mrwiki
 mrwikibooks
 mrwikiquote
 mrwikisource

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5c6aa66eb5191310c82adbf9c7c8050df661ba6
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove Quality Assurance from -releng - change (labs...wikibugs2)

2015-04-06 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove Quality Assurance from -releng
..

Remove Quality Assurance from -releng

It's now an archived project in Phab.

Long live #browser-tests

Change-Id: I9aeb8d2789f9ce21b857fa74e2e8277abc997959
---
M channels.yaml
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/51/202251/1

diff --git a/channels.yaml b/channels.yaml
index ff45fdf..528225d 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -79,7 +79,6 @@
 - Blocked-on-RelEng
 # projects
 - Continuous-integration
-- Quality-Assurance
 - Beta-Cluster
 - Staging
 - Deployment-Systems

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9aeb8d2789f9ce21b857fa74e2e8277abc997959
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove Chris's access - change (operations/puppet)

2015-03-29 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove Chris's access
..

Remove Chris's access

Added him to the absent group and removed him from other groups

Change-Id: I18ef0d910e71e7b443d77ffa89a2dc1b97e74f2f
---
M modules/admin/data/data.yaml
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/200334/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index f724e61..64b273d 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -1,7 +1,7 @@
 groups:
   absent:
 description: meta group for absented users
-members: [bsitu , csalvia, edenhill, jgonera, mah, mwalker, nimishg, 
rainman, ssmith, swalling]
+members: [bsitu , cmcmahon, csalvia, edenhill, jgonera, mah, mwalker, 
nimishg, rainman, ssmith, swalling]
   wikidev:
 gid: 500
 description: container group for primary user groups.
@@ -41,7 +41,7 @@
 gid: 705
 description: replaces 'mortals' for software deployment
 members: [aaron, dr0ptp4kt, werdna, anomie, aude, awight, awjrichards, 
bd808, jdouglas,
-  brion, cmcmahon, cscott, csteipp, demon, ebernhardson, esanders, gilles,
+  brion, cscott, csteipp, demon, ebernhardson, esanders, gilles,
   gjg, gwicke, halfak, hashar, hoo, kaldari, kartik, khorn, krinkle, 
manybubbles,
   maxsem, mattflaschen, marktraceur, milimetric, mlitn, andyrussg,
   nikerabbit, reedy, rmoen, robla, spage, ssastry, tomasz, yurik,
@@ -124,7 +124,7 @@
   contint-admins:
 gid: 719
 description: users with some sudo permissions on jenkins hosts
-members: [bd808, cmcmahon, cscott, dduvall, demon, krinkle, reedy, 
marktraceur, twentyafterfour, zfilipin, thcipriani, legoktm]
+members: [bd808, cscott, dduvall, demon, krinkle, reedy, marktraceur, 
twentyafterfour, zfilipin, thcipriani, legoktm]
 privileges: ['ALL = (jenkins) NOPASSWD: ALL',
 'ALL = (jenkins-slave) NOPASSWD: ALL',
 'ALL = (gerritslave) NOPASSWD: ALL',
@@ -547,7 +547,7 @@
 catrope@catrope-Lenovo-IdeaPad-U300s]
 uid: 546
   cmcmahon:
-ensure: present
+ensure: absent
 gid: 500
 name: cmcmahon
 realname: Chris McMahon

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I18ef0d910e71e7b443d77ffa89a2dc1b97e74f2f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add Browser-Tests to #-releng notices - change (labs...wikibugs2)

2015-03-27 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add Browser-Tests to #-releng notices
..

Add Browser-Tests to #-releng notices

Change-Id: I31e17a8f1b420a540e0d8b62bf1a86d74a123cca
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/17/200217/1

diff --git a/channels.yaml b/channels.yaml
index 5a1bff9..250b11b 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -83,6 +83,7 @@
 - Beta-Cluster
 - Staging
 - Deployment-Systems
+- Browser-Tests
 
 "#mediawiki-visualeditor":
 - VisualEditor(-.*)?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31e17a8f1b420a540e0d8b62bf1a86d74a123cca
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove Chris from email alerts - change (integration/config)

2015-03-26 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove Chris from email alerts
..

Remove Chris from email alerts

Bug: T94032
Change-Id: I69d88659d6ece0ea5058604b4aa77027dc8574ff
---
M jjb/browsertests.yaml
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/34/199934/1

diff --git a/jjb/browsertests.yaml b/jjb/browsertests.yaml
index b1e1047..1b5fd92 100644
--- a/jjb/browsertests.yaml
+++ b/jjb/browsertests.yaml
@@ -3,31 +3,31 @@
 name: listofemails  # a 'name' is required by JJB.
 lists:
  - CirrusSearch: &emails-CirrusSearch
-cmcma...@wikimedia.org never...@wikimedia.org 
qa-ale...@lists.wikimedia.org
+never...@wikimedia.org qa-ale...@lists.wikimedia.org
 
  - Growth: &emails-growth
 mflasc...@wikimedia.org qa-ale...@lists.wikimedia.org 
rm...@wikimedia.org samsm...@wikimedia.org
 
  - i18n: &emails-i18n
-aahar...@wikimedia.org cmcma...@wikimedia.org 
qa-ale...@lists.wikimedia.org
+aahar...@wikimedia.org qa-ale...@lists.wikimedia.org
 
  - MultimediaViewer: &emails-multimedia
 multimedia-ale...@lists.wikimedia.org qa-ale...@lists.wikimedia.org
 
  - qa: &emails-qa
-cmcma...@wikimedia.org qa-ale...@lists.wikimedia.org
+qa-ale...@lists.wikimedia.org
 
  - qa: &emails-qa-alerts
 qa-ale...@lists.wikimedia.org
 
  - ULS: &emails-ULS
-aahar...@wikimedia.org cmcma...@wikimedia.org kmis...@wikimedia.org 
qa-ale...@lists.wikimedia.org
+aahar...@wikimedia.org kmis...@wikimedia.org 
qa-ale...@lists.wikimedia.org
 
  - UploadWizard: &emails-UploadWizard
 multimedia-ale...@lists.wikimedia.org qa-ale...@lists.wikimedia.org
 
  - VisualEditor: &emails-VisualEditor
-cmcma...@wikimedia.org jforres...@wikimedia.org 
qa-ale...@lists.wikimedia.org
+jforres...@wikimedia.org qa-ale...@lists.wikimedia.org
 
  - Wikidata: &emails-Wikidata-qa
 qa-ale...@lists.wikimedia.org tobias.gritschac...@wikimedia.de 
christoph.fisc...@wikimedia.de

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69d88659d6ece0ea5058604b4aa77027dc8574ff
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Set timeout to 45 minutes for db update - change (integration/config)

2015-03-16 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Set timeout to 45 minutes for db update
..

Set timeout to 45 minutes for db update

This job runs hourly, so let's try this timeout first.

Bug: T92906
Change-Id: I6b410bfaa3e8208f464524a746b57436aa7edc9d
---
M jjb/beta.yaml
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/26/197226/1

diff --git a/jjb/beta.yaml b/jjb/beta.yaml
index 0b0ffa0..9545215 100644
--- a/jjb/beta.yaml
+++ b/jjb/beta.yaml
@@ -125,6 +125,11 @@
 publishers:
   - beta-irc
 
+wrappers:
+  - timeout:
+  timeout: 45
+  fail: true
+
 # We do not have a good way to detect databases modifications, so just spam
 # the beta cluster with update requests.
 triggers:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b410bfaa3e8208f464524a746b57436aa7edc9d
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add Blocked-on-RelEng to -releng - change (labs...wikibugs2)

2015-02-15 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add Blocked-on-RelEng to -releng
..

Add Blocked-on-RelEng to -releng

Change-Id: I7a857abae2d600b796b1914b860a39a0c0345f7d
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/69/190769/1

diff --git a/channels.yaml b/channels.yaml
index 4351105..dfe3b9f 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -68,6 +68,7 @@
 "#wikimedia-releng":
 # teams
 - Release-Engineering
+- Blocked-on-RelEng
 # projects
 - Continuous-integration
 - Quality-Assurance

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a857abae2d600b796b1914b860a39a0c0345f7d
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove Phabricator and Code-Review from -releng - change (labs...wikibugs2)

2015-02-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove Phabricator and Code-Review from -releng
..

Remove Phabricator and Code-Review from -releng

For now those two can continue to live in -devtools.

Bug: T89153
Change-Id: I59f05ea37a82afd91e5892854bb07378473a19c3
---
M channels.yaml
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/01/189901/1

diff --git a/channels.yaml b/channels.yaml
index 2ab004e..73fa854 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -67,9 +67,7 @@
 "#wikimedia-releng":
 # teams
 - Release-Engineering
-- Phabricator
 # projects
-- Code-Review
 - Continuous-integration
 - Quality-Assurance
 - Beta-Cluster

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59f05ea37a82afd91e5892854bb07378473a19c3
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Announce Staging bugs to -releng - change (labs...wikibugs2)

2015-02-02 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Announce Staging bugs to -releng
..

Announce Staging bugs to -releng

Change-Id: I7fca61c55ae1227231dd77915819cdac7faeeefd
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/90/188090/1

diff --git a/channels.yaml b/channels.yaml
index e89ec9b..0fd5799 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -72,6 +72,7 @@
 - Continuous-integration
 - Quality-Assurance
 - Beta-Cluster
+   - Staging
 - Deployment-Systems
 
 "#mediawiki-visualeditor":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7fca61c55ae1227231dd77915819cdac7faeeefd
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Set beta-scap-$datacenter timeout to 45 minutes - change (integration/config)

2015-01-23 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Set beta-scap-$datacenter timeout to 45 minutes
..

Set beta-scap-$datacenter timeout to 45 minutes

The 30 minute timeout has bitten us enough to try 45 minutes.
When 20 minutes is taken up by rebuilding the l10n there's not
much room for error.

Change-Id: I3fa4efb41a2f6bc6412bd6a237be2ee3c91fdb72
---
M jjb/beta.yaml
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/06/186406/1

diff --git a/jjb/beta.yaml b/jjb/beta.yaml
index 21e601d..128cbb4 100644
--- a/jjb/beta.yaml
+++ b/jjb/beta.yaml
@@ -222,6 +222,11 @@
 logrotate:
 daysToKeep: 7
 
+wrappers:
+  - timeout:
+  timeout: 45
+  fail: true
+
 publishers:
   - beta-irc
   - email-ext:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fa4efb41a2f6bc6412bd6a237be2ee3c91fdb72
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Complain on each scap job failure - change (integration/config)

2015-01-12 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Complain on each scap job failure
..

Complain on each scap job failure

Change-Id: Iddfde125b4d8da18c4993715cf36f3addedf9000
---
M jjb/beta.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/02/184502/1

diff --git a/jjb/beta.yaml b/jjb/beta.yaml
index 21e601d..cf9c3d3 100644
--- a/jjb/beta.yaml
+++ b/jjb/beta.yaml
@@ -230,7 +230,7 @@
   attach-build-log: false
   first-failure: true
   aborted: true
-  failure: false
+  failure: true
   fixed: true
 
 - job-template:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddfde125b4d8da18c4993715cf36f3addedf9000
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove -qa channel announces - change (integration/config)

2015-01-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove -qa channel announces
..

Remove -qa channel announces

Bug: T86053
Change-Id: Ie869ab1a0a69bab4f1dfb20e6880bf83ef7063f3
---
M jjb/beta.yaml
M jjb/macro-browsertests.yaml
2 files changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/00/184200/1

diff --git a/jjb/beta.yaml b/jjb/beta.yaml
index 160a8ad..21e601d 100644
--- a/jjb/beta.yaml
+++ b/jjb/beta.yaml
@@ -292,8 +292,6 @@
   message-type: summary
   matrix-notifier: only-parent
   channels:
-  - name: '#wikimedia-qa'
-notify-only: true
   - name: '#wikimedia-releng'
 notify-only: true
 
diff --git a/jjb/macro-browsertests.yaml b/jjb/macro-browsertests.yaml
index 552d556..b922d6e 100644
--- a/jjb/macro-browsertests.yaml
+++ b/jjb/macro-browsertests.yaml
@@ -144,7 +144,5 @@
   message-type: summary
   matrix-notifier: only-configurations
   channels:
-  - name: '#wikimedia-qa'
-notify-only: true
   - name: '#wikimedia-releng'
 notify-only: true

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie869ab1a0a69bab4f1dfb20e6880bf83ef7063f3
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Move notices to -releng from -qa - change (operations/puppet)

2015-01-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Move notices to -releng from -qa
..

Move notices to -releng from -qa

Also general s/qa/releng/, which I hope was done correctly.

Bug: T86053
Change-Id: I094610fb1c6dbde83c62d4a03fb1baab8c30d2ca
---
M files/logstash/filter-irc-banglog.conf
M manifests/role/logstash.pp
M modules/icinga/files/contactgroups.cfg
M modules/icinga/manifests/ircbot.pp
M modules/nagios_common/templates/notification_commands.cfg.erb
M modules/shinken/files/contactgroups.cfg
M modules/shinken/files/contacts.cfg
M modules/shinken/manifests/ircbot.pp
8 files changed, 16 insertions(+), 21 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/99/184199/1

diff --git a/files/logstash/filter-irc-banglog.conf 
b/files/logstash/filter-irc-banglog.conf
index cfa2315..44cfb5c 100644
--- a/files/logstash/filter-irc-banglog.conf
+++ b/files/logstash/filter-irc-banglog.conf
@@ -11,7 +11,7 @@
   }
 }
 
-if [channel] == "#wikimedia-qa" or [channel] == "#wikimedia-releng" {
+if [channel] == "#wikimedia-releng" {
   mutate {
 add_field => [ "project", "qa" ]
   }
diff --git a/manifests/role/logstash.pp b/manifests/role/logstash.pp
index 2c3c949..a1eebe7 100644
--- a/manifests/role/logstash.pp
+++ b/manifests/role/logstash.pp
@@ -133,7 +133,7 @@
 logstash::input::irc { 'freenode':
 user => $irc_name,
 nick => $irc_name,
-channels => ['#wikimedia-labs', '#wikimedia-qa', '#wikimedia-releng'],
+channels => ['#wikimedia-labs', '#wikimedia-releng'],
 }
 
 logstash::input::tcp { 'tcp_json':
diff --git a/modules/icinga/files/contactgroups.cfg 
b/modules/icinga/files/contactgroups.cfg
index bc1dde6..efee916 100644
--- a/modules/icinga/files/contactgroups.cfg
+++ b/modules/icinga/files/contactgroups.cfg
@@ -36,7 +36,7 @@
 
 define contactgroup {
 contactgroup_name   contint
-members krinkle,amusso,irc-qa,irc
+members krinkle,amusso,irc-releng,irc
 }
 
 define contactgroup {
diff --git a/modules/icinga/manifests/ircbot.pp 
b/modules/icinga/manifests/ircbot.pp
index 9b61202..57062ce 100644
--- a/modules/icinga/manifests/ircbot.pp
+++ b/modules/icinga/manifests/ircbot.pp
@@ -6,10 +6,7 @@
 $ircecho_logs   = {
 '/var/log/icinga/irc.log'  => '#wikimedia-operations',
 '/var/log/icinga/irc-wikidata.log' => '#wikidata',
-'/var/log/icinga/irc-qa.log'   => [
-'#wikimedia-qa',
-'#wikimedia-releng',
-],
+'/var/log/icinga/irc-releng.log'   => '#wikimedia-releng',
 '/var/log/icinga/irc-labs.log' => '#wikimedia-labs',
 }
 $ircecho_nick   = 'icinga-wm'
diff --git a/modules/nagios_common/templates/notification_commands.cfg.erb 
b/modules/nagios_common/templates/notification_commands.cfg.erb
index 3854ddd..c7c52af 100644
--- a/modules/nagios_common/templates/notification_commands.cfg.erb
+++ b/modules/nagios_common/templates/notification_commands.cfg.erb
@@ -80,15 +80,15 @@
command_lineecho "$NOTIFICATIONTYPE$ - $SERVICEDESC$ on $HOSTNAME$ 
is $SERVICESTATE$: $SERVICEOUTPUT$ $SERVICEACKAUTHOR$ $SERVICEACKCOMMENT$" >> 
<%= @irc_dir_path %>/irc-wikidata.log
}
 
-# IRC output for QA team
+# IRC output for RelEng team
 define command{
-   command_namenotify-host-by-irc-qa
-   command_lineecho "$NOTIFICATIONTYPE$ - Host $HOSTALIAS$ is 
$HOSTSTATE$: $HOSTOUTPUT$ $HOSTACKAUTHOR$ $HOSTACKCOMMENT$" >> <%= 
@irc_dir_path %>/irc-qa.log
+   command_namenotify-host-by-irc-releng
+   command_lineecho "$NOTIFICATIONTYPE$ - Host $HOSTALIAS$ is 
$HOSTSTATE$: $HOSTOUTPUT$ $HOSTACKAUTHOR$ $HOSTACKCOMMENT$" >> <%= 
@irc_dir_path %>/irc-releng.log
}
 
 define command{
-   command_namenotify-service-by-irc-qa
-   command_lineecho "$NOTIFICATIONTYPE$ - $SERVICEDESC$ on $HOSTNAME$ 
is $SERVICESTATE$: $SERVICEOUTPUT$ $SERVICEACKAUTHOR$ $SERVICEACKCOMMENT$" >> 
<%= @irc_dir_path %>/irc-qa.log
+   command_namenotify-service-by-irc-releng
+   command_lineecho "$NOTIFICATIONTYPE$ - $SERVICEDESC$ on $HOSTNAME$ 
is $SERVICESTATE$: $SERVICEOUTPUT$ $SERVICEACKAUTHOR$ $SERVICEACKCOMMENT$" >> 
<%= @irc_dir_path %>/irc-releng.log
}
 
 # IRC output for (tool)labs
diff --git a/modules/shinken/files/contactgroups.cfg 
b/modules/shinken/files/contactgroups.cfg
index 3e3ee91..f7afe89 100644
--- a/modules/shinken/files/contactgroups.cfg
+++ b/modules/shinken/files/contactgroups.cfg
@@ -16,7 +16,7 @@
 define contactgroup {
 contactgroup_name   deployment-prep
 alias   Beta Cluster Administrators
-members 
guest,yuvipanda,greg_g,cmcmahon,amusso,twentyafterfour,betacluster-alerts-list,irc-qa,kart_
+members 
guest,yuvipanda,gre

[MediaWiki-commits] [Gerrit] Move -qa announces to -releng - change (labs...grrrit)

2015-01-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Move -qa announces to -releng
..

Move -qa announces to -releng

supersedes I60bfb8098b6c5e6dbbb6480f73d190a91090e464

Bug: T86053
Change-Id: I17363039cf738ded970231652089e0f55115
---
M config.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit 
refs/changes/97/184197/1

diff --git a/config.yaml b/config.yaml
index 1e1d916..ecd1af8 100644
--- a/config.yaml
+++ b/config.yaml
@@ -107,7 +107,7 @@
 "wikimedia/bugzilla/modifications",
 "wikimedia/bots/jouncebot"
 }
-"#wikimedia-qa": {
+"#wikimedia-releng": {
 "mediawiki/selenium",
 "mediawiki/ruby/.*",
 "integration/.*",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I17363039cf738ded970231652089e0f55115
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/grrrit
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Remove -qa from announce list (moved to -releng) - change (labs...wikibugs2)

2015-01-10 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Remove -qa from announce list (moved to -releng)
..

Remove -qa from announce list (moved to -releng)

Change-Id: Ie97fe05c96389d55222be77416bb6c33f21b711c
---
M channels.yaml
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/95/184195/1

diff --git a/channels.yaml b/channels.yaml
index 213c86f..21c90dc 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -73,12 +73,6 @@
 - Code-Review
 - Gitblit-Deprecate
 
-"#wikimedia-qa":
-- Continuous-integration
-- Quality-Assurance
-- Beta-Cluster
-- Release-Engineering
-
 "#wikimedia-releng":
 # teams
 - Release-Engineering

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie97fe05c96389d55222be77416bb6c33f21b711c
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Cleanup the projects announced in -releng - change (labs...wikibugs2)

2015-01-09 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Cleanup the projects announced in -releng
..

Cleanup the projects announced in -releng

Change-Id: Ic6b64ea169fba3684450d8056de8e8861c0192b1
---
M channels.yaml
1 file changed, 2 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/94/183994/1

diff --git a/channels.yaml b/channels.yaml
index 7bc304b..6557aae 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -79,22 +79,15 @@
 - Release-Engineering
 
 "#wikimedia-releng":
-# wikimedia-devtools + wikimedia-qa
 # teams
+- Release-Engineering
 - Phabricator
 # projects
-- Wikibugs
-- Phabricator.org
-- Bugzilla-Migration
-- Bugzilla-Preview
-- RT-Migration
-- Project-Management
 - Code-Review
-- Gitblit-Deprecate
 - Continuous-integration
 - Quality-Assurance
 - Beta-Cluster
-- Release-Engineering
+- Deployment-Systems
 
 "#mediawiki-visualeditor":
 # x.get("X-Bugzilla-Product", None) in ["VisualEditor", "OOjs", "OOjs 
UI"] or \

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6b64ea169fba3684450d8056de8e8861c0192b1
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add #releng to #-qa - change (labs...wikibugs2)

2014-11-24 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add #releng to #-qa
..

Add #releng to #-qa

It's our team project.

Change-Id: Idefd52c8d830e54f96ce70ef47a42224b072883a
---
M channels.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/67/175567/1

diff --git a/channels.yaml b/channels.yaml
index 2f39df3..e8e0632 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -54,6 +54,7 @@
 # x.get("X-Bugzilla-Product", None) == "Wikimedia Labs") and \
 # x.get("X-Bugzilla-Component", None) == "deployment-prep (beta)")
 - Beta-Cluster
+- Release-Engineering
 
 "#mediawiki-visualeditor":
 # x.get("X-Bugzilla-Product", None) in ["VisualEditor", "OOjs", "OOjs 
UI"] or \

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idefd52c8d830e54f96ce70ef47a42224b072883a
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Renamed some phab projects, so renaming them here - change (labs...wikibugs2)

2014-11-24 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Renamed some phab projects, so renaming them here
..

Renamed some phab projects, so renaming them here

Sorry for the noise.

Change-Id: I182729a8f2415328e1c40a1d0958782e6930bce1
---
M channels.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/64/175564/1

diff --git a/channels.yaml b/channels.yaml
index 2f39df3..df30362 100644
--- a/channels.yaml
+++ b/channels.yaml
@@ -49,8 +49,8 @@
 "#wikimedia-qa":
 # x.get("X-Bugzilla-Product", None) == "Wikimedia") and \
 # x.get("X-Bugzilla-Component", None) in ["Continuous integration", 
"Quality Assurance"])
-- Wikimedia-Continuous-integration
-- Wikimedia-Quality-Assurance
+- Continuous-integration
+- Quality-Assurance
 # x.get("X-Bugzilla-Product", None) == "Wikimedia Labs") and \
 # x.get("X-Bugzilla-Component", None) == "deployment-prep (beta)")
 - Beta-Cluster

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I182729a8f2415328e1c40a1d0958782e6930bce1
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add my ssh key for my x230 laptop - change (operations/puppet)

2014-07-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add my ssh key for my x230 laptop
..

Add my ssh key for my x230 laptop

Change-Id: I3b46bb6532b336b2faec15b0c61faa3e39a1da39
---
M modules/admin/data/data.yaml
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/78/149378/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index 830f362..93a5579 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -460,8 +460,9 @@
 gid: 500
 name: gjg
 realname: Greg Grossmeier
-ssh_keys: [ssh-rsa 
B3NzaC1yc2EDAQABAAABAQDcwwxwZqCRMBQsMIutloeVS5Nx+nljUr914Yradb8YLeo2PbqLEjVKgC6+yKHe7binFNk3rlgiXhXOm2issytl7sWUZz8YpFqxp7fDqnfVVOTGTwMtAjBoZHugz9RaR1SVlz2dRk0N5qrovffz/Av3QQIS12jX3C/GCdqCMixgwi+ecYo2xA7WJyEGFnp+0Ah8hBIn2xabZAfHhZ8dF6VifEHsgp08Ot52sOZwb99+H0SjEWRwc9decwuPGNWX94BPvWcP6dQ2bzjqR3iRkwEIvKcgMvanYUXAvPb32382QCsW0r22HtvsUvA340ISlvcauRS1GGpyYmZYGSSfgHVH
-greg@x200s]
+ssh_keys:
+  - ssh-rsa 
B3NzaC1yc2EDAQABAAABAQDcwwxwZqCRMBQsMIutloeVS5Nx+nljUr914Yradb8YLeo2PbqLEjVKgC6+yKHe7binFNk3rlgiXhXOm2issytl7sWUZz8YpFqxp7fDqnfVVOTGTwMtAjBoZHugz9RaR1SVlz2dRk0N5qrovffz/Av3QQIS12jX3C/GCdqCMixgwi+ecYo2xA7WJyEGFnp+0Ah8hBIn2xabZAfHhZ8dF6VifEHsgp08Ot52sOZwb99+H0SjEWRwc9decwuPGNWX94BPvWcP6dQ2bzjqR3iRkwEIvKcgMvanYUXAvPb32382QCsW0r22HtvsUvA340ISlvcauRS1GGpyYmZYGSSfgHVH
 greg@x200s
+  - ssh-rsa 
B3NzaC1yc2EDAQABAAABAQC16FrhA5M9oVeFTpJMZrjMSnmNXv4sW+Ku1PUpv14qOEw9zpW8JhWLzhD4+C66sE3vvDm/xwrfYeyn9lLFlxCM8ZbUOh9YCuZv3ABam5UHODg+YS3tdMHbZ/U4ZPSg1B6t79f2/CLCrpj0Tk+G2DQe9/d75fdmZBBC6ICKrY8glNWZOL2kxi22P2dUamTDzBu1j9UHmpSNYpMh169AeNFV5njNYlEpOueg4iDkLvXqvMyDyvXvYbSNSRAfGTZYdzlNmasBEWuS7zuSIQ1Fy0VJs5JEG5TtsRKOzEkfRsBwTumaaqJy5XCC1vK3qVDtNecmkrxezf4Yw0EmCIwSF6l7
 greg@x230
 uid: 2890
   halfak:
 ensure: present

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b46bb6532b336b2faec15b0c61faa3e39a1da39
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Revert "remove mw1163 from dsh groups" - change (operations/puppet)

2014-03-19 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Revert "remove mw1163 from dsh groups"
..

Revert "remove mw1163 from dsh groups"

This reverts commit 00072de7de2ca2adfcbdf88d076ffa6087f35b88.

Change-Id: Ide3dc29fb38e821289c7a0de399c5b0f77ec3832
---
M files/dsh/group/apache-eqiad
M files/dsh/group/apaches
M files/dsh/group/mediawiki-installation
M files/dsh/group/mw-eqiad
4 files changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/53/119653/1

diff --git a/files/dsh/group/apache-eqiad b/files/dsh/group/apache-eqiad
index 01b5fcd..12bfc5a 100644
--- a/files/dsh/group/apache-eqiad
+++ b/files/dsh/group/apache-eqiad
@@ -160,6 +160,7 @@
 mw1160
 mw1161
 mw1162
+mw1163
 mw1164
 mw1165
 mw1166
diff --git a/files/dsh/group/apaches b/files/dsh/group/apaches
index b46dcb2..09140c2 100644
--- a/files/dsh/group/apaches
+++ b/files/dsh/group/apaches
@@ -353,6 +353,7 @@
 mw1160
 mw1161
 mw1162
+mw1163
 mw1164
 mw1165
 mw1166
diff --git a/files/dsh/group/mediawiki-installation 
b/files/dsh/group/mediawiki-installation
index 47273c1..a82fc2b 100644
--- a/files/dsh/group/mediawiki-installation
+++ b/files/dsh/group/mediawiki-installation
@@ -174,6 +174,7 @@
 mw1160
 mw1161
 mw1162
+mw1163
 mw1164
 mw1165
 mw1166
@@ -428,4 +429,4 @@
 snapshot3
 snapshot4
 tmh1
-tmh2
+tmh2
\ No newline at end of file
diff --git a/files/dsh/group/mw-eqiad b/files/dsh/group/mw-eqiad
index 5c6ce6e..fecc65a 100644
--- a/files/dsh/group/mw-eqiad
+++ b/files/dsh/group/mw-eqiad
@@ -162,6 +162,7 @@
 mw1160
 mw1161
 mw1162
+mw1163
 mw1164
 mw1165
 mw1166

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide3dc29fb38e821289c7a0de399c5b0f77ec3832
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Add more flowchart groupings for clarity of stages - change (mediawiki...releng)

2014-03-04 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has submitted this change and it was merged.

Change subject: Add more flowchart groupings for clarity of stages
..


Add more flowchart groupings for clarity of stages

Added more groupings to show the stages/parts of the flowchart. Also forced
some 'linebreaks' ("[folded]" in blockdiag speak).

Change-Id: I5dbfdec87459951675265587eeb1d29e7a808939
---
M source/devdeployflow/devdeployflow.diag
1 file changed, 34 insertions(+), 16 deletions(-)

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



diff --git a/source/devdeployflow/devdeployflow.diag 
b/source/devdeployflow/devdeployflow.diag
index 2d32cff..7581832 100644
--- a/source/devdeployflow/devdeployflow.diag
+++ b/source/devdeployflow/devdeployflow.diag
@@ -44,12 +44,12 @@
 sec_bug_report -> sec_dev
 sec_dev -> sec_patch_in_BZ
 sec_patch_in_BZ -> sec_patch_review
-sec_patch_review -> sec_coord_deploy
+sec_patch_review -> sec_coord_deploy [folded];
 sec_coord_deploy -> sec_deploy
 sec_deploy -> sec_get_cve
 sec_get_cve -> sec_coord_release
 sec_coord_release -> sec_release
-sec_release -> sec_merge_master
+sec_release -> sec_merge_master [folded];
 
 group security_group {
 fontsize = 16
@@ -59,13 +59,18 @@
 }
 
 // Bug stages
-report_bug [label = "Report bug"];
 bug_reported [label = "Bug reported"];
 bug_languish [label = "Languish", color = "red"];
 bug_reviewed [label = "Reviewed/\nprioritized"];
 bug_assigned [label = "BZ Status:\nAssigned\n(Optional)"];
 bug_patch [label = "BZ Status:\nPatch in Gerrit"];
-//bug_resolved [label = "BZ Status:\nResolved/Fixed"];
+
+group bug_group {
+fontsize = "16"
+label = "Bug Tracker"
+color = "grey"
+bug_reported; bug_languish; bug_reviewed; bug_assigned;
+}
 
 
 // Development stages
@@ -78,18 +83,27 @@
 master [label = "Code committed\n in master\n(+2)"];
 unit_tests_postcommit [label = "Post-commit\nunit tests"];
 
-beta_cluster [label = "Code on Beta Cluster"];
+group dev_group {
+fontsize = "16"
+label = "Development"
+color = "aqua"
+dev; dev_labs_instance; patch_submission; code_reviews; 
unit_tests_precommit; manual_testing_presubmit; master; unit_tests_postcommit;
+}
+
+
+beta_cluster [label = "Beta Cluster\nupdated with\ncode"];
 manual_testing_beta [label = "Manual testing\n(Beta Cluster)"];
 browser_tests_beta [label = "Beta Cluster\nbrowser tests"];
 review_browsertest_beta [label = "Manual review of \nBeta Cluster\nbrowser 
tests"];
 verified_beta_breakage_cond [label = "Verified\nbreakage\nin 
Beta\nCluster?", shape = flowchart.condition, height = "100"];
 revert_beta [label = "Revert offending commit"];
+report_bug_beta [label = "Report bug"];
 
 group beta_group {
 fontsize = "16"
 label = "Beta Cluster"
 color = "lightgreen"
-beta_cluster; manual_testing_beta; browser_tests_beta; 
review_browsertest_beta; verified_beta_breakage_cond; revert_beta;
+beta_cluster; manual_testing_beta; browser_tests_beta; 
review_browsertest_beta; verified_beta_breakage_cond; revert_beta; 
report_bug_beta;
 }
 
 // Deployment stages
@@ -106,12 +120,13 @@
 review_browsertest_prod [label = "Manual review of\nproduction browser 
tests"];
 verified_prod_breakage_cond [label = "Verified\nbreakage?", shape = 
flowchart.condition];
 
+success [label = "Success!", color = "green"];
+
 prod_fix_quick_cond [label = "Fix production quickly?"];
 fix_prod [label = "Fix production!"];
 backport_master [label = "Backport fix\nto master"];
 prod_revert [label = "Revert broken code"];
-
-success [label = "Success!", color = "green"];
+report_bug [label = "Report bug"];
 
 //
 // Connections / edges
@@ -122,7 +137,7 @@
 // bug flow
 bug_reported -> bug_reviewed, bug_languish
 bug_reviewed -> bug_assigned
-bug_assigned -> dev
+bug_assigned -> dev [folded];
 
 // dev flow
 dev -> dev_labs_instance
@@ -132,16 +147,18 @@
 patch_submission -> unit_tests_precommit [folded]
 unit_tests_precommit -> code_reviews
 code_reviews -> master
-master -> beta_cluster, unit_tests_postcommit
+master -> unit_tests_postcommit
+master -> beta_cluster [folded];
 
-beta_cluster -> manual_testing_beta, browser_tests_beta
+beta_cluster -> browser_tests_beta
+beta_cluster -> manual_testing_beta [folded];
 browser_tests_beta -> review_browsertest_beta
 manual_testing_beta, review_browsertest_beta -> verified_beta_breakage_cond
 verified_beta_breakage_cond -> revert_beta [label = "Yes", textcolor="red"]
 verified_beta_breakage_cond -> create_wmf_branch [label = "No", textcolor 
= "green", folded];
-revert_beta -> report_bug
+revert_beta -> report_bug_be

[MediaWiki-commits] [Gerrit] Add more flowchart groupings for clarity of stages - change (mediawiki...releng)

2014-03-04 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Add more flowchart groupings for clarity of stages
..

Add more flowchart groupings for clarity of stages

Added more groupings to show the stages/parts of the flowchart. Also forced
some 'linebreaks' ("[folded]" in blockdiag speak).

Change-Id: I5dbfdec87459951675265587eeb1d29e7a808939
---
M source/devdeployflow/devdeployflow.diag
1 file changed, 34 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/releng 
refs/changes/50/116750/1

diff --git a/source/devdeployflow/devdeployflow.diag 
b/source/devdeployflow/devdeployflow.diag
index 2d32cff..6cc6e4f 100644
--- a/source/devdeployflow/devdeployflow.diag
+++ b/source/devdeployflow/devdeployflow.diag
@@ -44,12 +44,12 @@
 sec_bug_report -> sec_dev
 sec_dev -> sec_patch_in_BZ
 sec_patch_in_BZ -> sec_patch_review
-sec_patch_review -> sec_coord_deploy
+sec_patch_review -> sec_coord_deploy [folded];
 sec_coord_deploy -> sec_deploy
 sec_deploy -> sec_get_cve
 sec_get_cve -> sec_coord_release
 sec_coord_release -> sec_release
-sec_release -> sec_merge_master
+sec_release -> sec_merge_master [folded];
 
 group security_group {
 fontsize = 16
@@ -59,13 +59,18 @@
 }
 
 // Bug stages
-report_bug [label = "Report bug"];
 bug_reported [label = "Bug reported"];
 bug_languish [label = "Languish", color = "red"];
 bug_reviewed [label = "Reviewed/\nprioritized"];
 bug_assigned [label = "BZ Status:\nAssigned\n(Optional)"];
 bug_patch [label = "BZ Status:\nPatch in Gerrit"];
-//bug_resolved [label = "BZ Status:\nResolved/Fixed"];
+
+group bug_group {
+fontsize = "16"
+label = "Bug Tracker"
+color = "grey"
+bug_reported; bug_languish; bug_reviewed; bug_assigned;
+}
 
 
 // Development stages
@@ -78,18 +83,27 @@
 master [label = "Code committed\n in master\n(+2)"];
 unit_tests_postcommit [label = "Post-commit\nunit tests"];
 
-beta_cluster [label = "Code on Beta Cluster"];
+group dev_group {
+fontsize = "16"
+label = "Development"
+color = "aqua"
+dev; dev_labs_instance; patch_submission; code_reviews; 
unit_tests_precommit; manual_testing_presubmit; master; unit_tests_postcommit;
+}
+
+
+beta_cluster [label = "Beta Cluster\nupdated with\ncode"];
 manual_testing_beta [label = "Manual testing\n(Beta Cluster)"];
 browser_tests_beta [label = "Beta Cluster\nbrowser tests"];
 review_browsertest_beta [label = "Manual review of \nBeta Cluster\nbrowser 
tests"];
 verified_beta_breakage_cond [label = "Verified\nbreakage\nin 
Beta\nCluster?", shape = flowchart.condition, height = "100"];
 revert_beta [label = "Revert offending commit"];
+report_bug_beta [label = "Report bug"];
 
 group beta_group {
 fontsize = "16"
 label = "Beta Cluster"
 color = "lightgreen"
-beta_cluster; manual_testing_beta; browser_tests_beta; 
review_browsertest_beta; verified_beta_breakage_cond; revert_beta;
+beta_cluster; manual_testing_beta; browser_tests_beta; 
review_browsertest_beta; verified_beta_breakage_cond; revert_beta; 
report_bug_beta;
 }
 
 // Deployment stages
@@ -105,13 +119,14 @@
 
 review_browsertest_prod [label = "Manual review of\nproduction browser 
tests"];
 verified_prod_breakage_cond [label = "Verified\nbreakage?", shape = 
flowchart.condition];
+
+success [label = "Success!", color = "green"];
 
 prod_fix_quick_cond [label = "Fix production quickly?"];
 fix_prod [label = "Fix production!"];
 backport_master [label = "Backport fix\nto master"];
 prod_revert [label = "Revert broken code"];
-
-success [label = "Success!", color = "green"];
+report_bug [label = "Report bug"];
 
 //
 // Connections / edges
@@ -122,7 +137,7 @@
 // bug flow
 bug_reported -> bug_reviewed, bug_languish
 bug_reviewed -> bug_assigned
-bug_assigned -> dev
+bug_assigned -> dev [folded];
 
 // dev flow
 dev -> dev_labs_instance
@@ -132,16 +147,18 @@
 patch_submission -> unit_tests_precommit [folded]
 unit_tests_precommit -> code_reviews
 code_reviews -> master
-master -> beta_cluster, unit_tests_postcommit
+master -> unit_tests_postcommit
+master -> beta_cluster [folded];
 
-beta_cluster -> manual_testing_beta, browser_tests_beta
+beta_cluster -> browser_tests_beta
+beta_cluster -> manual_testing_beta [folded];
 browser_tests_beta -> review_browsertest_beta
 manual_testing_beta, review_browsertest_beta -> verified_beta_breakage_cond
 verified_beta_breakage_cond -> revert_beta [label = "Yes", textcolor="red"]
 verified_beta_breakage_cond -> create_wmf_branch [label = "No", textcolor 
= "green", folded];
-revert_be

[MediaWiki-commits] [Gerrit] Log length of l10nupdate - change (operations/puppet)

2014-03-03 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Log length of l10nupdate
..

Log length of l10nupdate

Just using basic date output manipulation.

Change-Id: Iad579294468c8c9c3eb8fa33c194ee714007c739
---
M files/misc/l10nupdate/l10nupdate-1
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/18/116718/1

diff --git a/files/misc/l10nupdate/l10nupdate-1 
b/files/misc/l10nupdate/l10nupdate-1
index 5ba96bc..346d7c0 100755
--- a/files/misc/l10nupdate/l10nupdate-1
+++ b/files/misc/l10nupdate/l10nupdate-1
@@ -10,7 +10,8 @@
 GITREPOS="core extensions"
 
 umask 0002
-echo "Starting l10nupdate at `date --rfc-3339=seconds`."
+BEGAN=$(date +"%s")
+echo "Starting l10nupdate at $(date -ud @$BEGAN)."
 
 # Update i18n messages from git to the HEAD of master, or create the clone if 
it doesn't exist yet
 echo "Updating git clone ..."
@@ -100,4 +101,6 @@
/usr/local/bin/mwscript 
extensions/WikimediaMaintenance/refreshMessageBlobs.php --wiki="$wiki"
 done
 echo "All done"
-$BINDIR/dologmsg "!log LocalisationUpdate ResourceLoader cache refresh 
completed at `date --rfc-3339=seconds`"
+ENDED=$(date +"%s")
+LENGTH=$(($ENDED-$BEGAN))
+$BINDIR/dologmsg "!log LocalisationUpdate ResourceLoader cache refresh 
completed at $(date -ud @$ENDED) (duration $(date -ud @"$LENGTH" +'%-Mm %-Ss'))"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad579294468c8c9c3eb8fa33c194ee714007c739
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Boilerplate to get blockdiag doc generated with sphinx - change (mediawiki...releng)

2014-02-26 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has submitted this change and it was merged.

Change subject: Boilerplate to get blockdiag doc generated with sphinx
..


Boilerplate to get blockdiag doc generated with sphinx

I love sphinx for documentation, it comes from the python world and
comes out with a plugin to integrated blockdiag.com drawings.

Using tox should simply all the run, specially if we want to get the doc
generated automatically via Jenkins.

Change-Id: Ia4f01c46fd667c5fc087b6d84a0478f816489819
---
A .gitignore
M README
A source/conf.py
A source/index.rst
A tox.ini
5 files changed, 305 insertions(+), 0 deletions(-)

Approvals:
  Greg Grossmeier: Verified; Looks good to me, approved



diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..4bbc617
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/.tox
+/html
+*.swp
diff --git a/README b/README
index 8ce035b..7689566 100644
--- a/README
+++ b/README
@@ -1,4 +1,14 @@
+Wikimedia Release Engineering Documentation
+===
+
 This repository collections tools and other bits of source code used by
 the WMF Release Engineering team.
 
 See: https://www.mediawiki.org/wiki/Wikimedia_Release_and_QA_Team
+
+You will need python and tox:
+
+ pip install tox
+
+Then run tox. It will download sphinx under /.tox/ and generate the
+documentation as HTML under /html/
diff --git a/source/conf.py b/source/conf.py
new file mode 100644
index 000..309571a
--- /dev/null
+++ b/source/conf.py
@@ -0,0 +1,260 @@
+# -*- coding: utf-8 -*-
+#
+# Wikimedia Release Engineering Documentation documentation build 
configuration file, created by
+# sphinx-quickstart on Tue Feb 25 18:35:41 2014.
+#
+# This file is execfile()d with the current directory set to its
+# containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+import sys
+import os
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+#sys.path.insert(0, os.path.abspath('.'))
+
+# -- General configuration 
+
+# If your documentation needs a minimal Sphinx version, state it here.
+#needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+'sphinxcontrib.blockdiag',
+]
+
+# Add any paths that contain templates here, relative to this directory.
+#templates_path = ['_templates']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The encoding of source files.
+#source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = u'Wikimedia Release Engineering Documentation'
+copyright = u'2014, Platform'
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = '1'
+# The full version, including alpha/beta/rc tags.
+release = '1'
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+#language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+#today = ''
+# Else, today_fmt is used as the format for a strftime call.
+#today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = []
+
+# The reST default role (used for this markup: `text`) to use for all
+# documents.
+#default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+#add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+#add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+#show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+#modindex_common_prefix = []
+
+# If true, keep warnings as "system message" paragraphs in the built documents.
+#keep_warnings = False
+
+
+# -- Options for HTML output --
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'default'
+
+# Theme options are theme-specific and c

[MediaWiki-commits] [Gerrit] Dev and deploy flowchart using blockdiag - change (mediawiki...releng)

2014-02-26 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has submitted this change and it was merged.

Change subject: Dev and deploy flowchart using blockdiag
..


Dev and deploy flowchart using blockdiag

Change-Id: Ib0ea554a270259f7cd0e595341aa15868b8a122c
---
M .gitignore
A source/devdeployflow/devdeployflow.diag
A source/devdeployflow/index.rst
M source/index.rst
4 files changed, 193 insertions(+), 1 deletion(-)

Approvals:
  Greg Grossmeier: Verified; Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve



diff --git a/.gitignore b/.gitignore
index 4bbc617..0f828b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
 /.tox
 /html
+*.png
+*.svg
+*.pdf
 *.swp
+*.*~
diff --git a/source/devdeployflow/devdeployflow.diag 
b/source/devdeployflow/devdeployflow.diag
new file mode 100644
index 000..2d32cff
--- /dev/null
+++ b/source/devdeployflow/devdeployflow.diag
@@ -0,0 +1,170 @@
+blockdiag {
+// Set node metrix
+// node_width = 200;  // default value is 128
+node_height = 70;  // default value is 40
+
+// set default shape
+default_shape = roundedbox;  // default value is 'box'
+
+
+// Product stages
+strategic_planning [label = "Strategic planning"];
+sprint_prio [label = "Sprint prioritization"];
+design_mockup [label = "Design mockup"];
+build [label = "Build"];
+goto_dev [label = "Go to dev cycle"];
+
+// Product flow
+strategic_planning -> sprint_prio
+sprint_prio -> design_mockup
+design_mockup -> build
+build -> goto_dev
+
+group product_group {
+fontsize = 16
+label = "WMF Product";
+strategic_planning; sprint_prio; design_mockup; build; goto_dev;
+}
+
+// Security stages
+sec_bug_aware [label = "Made aware of\nsecurity issue\n(via email 
security@\nor otherwise)"];
+sec_bug_report [label = "Report Security\n(private) bug in BZ"];
+sec_dev [label = "Local development/\ntesting only"];
+sec_patch_in_BZ [label = "Attach patch to\nsecurity bug in BZ\n(one per 
live wmfXX\nand supported release)"];
+sec_patch_review [label = "Security team reviews\nand tests the patch"];
+sec_coord_deploy [label = "Coordinate\nsecurity deploy"];
+sec_deploy [label = "Deploy security patches\n(all live wmfXX versions)"];
+sec_get_cve [label = "Request CVEs"];
+sec_coord_release [label = "Coordinate\nsecurity release"];
+sec_release [label = "Do security release"];
+sec_merge_master [label = "Merge security patches into master"];
+
+// Security flow
+sec_bug_aware -> sec_bug_report
+sec_bug_report -> sec_dev
+sec_dev -> sec_patch_in_BZ
+sec_patch_in_BZ -> sec_patch_review
+sec_patch_review -> sec_coord_deploy
+sec_coord_deploy -> sec_deploy
+sec_deploy -> sec_get_cve
+sec_get_cve -> sec_coord_release
+sec_coord_release -> sec_release
+sec_release -> sec_merge_master
+
+group security_group {
+fontsize = 16
+label = "Security Bug and Dev"
+color = "pink"
+sec_bug_aware; sec_bug_report; sec_dev; sec_patch_in_BZ; 
sec_patch_review; sec_coord_deploy; sec_deploy; sec_get_cve; sec_coord_release; 
sec_release; sec_merge_master;
+}
+
+// Bug stages
+report_bug [label = "Report bug"];
+bug_reported [label = "Bug reported"];
+bug_languish [label = "Languish", color = "red"];
+bug_reviewed [label = "Reviewed/\nprioritized"];
+bug_assigned [label = "BZ Status:\nAssigned\n(Optional)"];
+bug_patch [label = "BZ Status:\nPatch in Gerrit"];
+//bug_resolved [label = "BZ Status:\nResolved/Fixed"];
+
+
+// Development stages
+dev [label = "Local development"];
+dev_labs_instance [label = "Code on developers'\nlab instance"];
+patch_submission [label = "Patchset in Gerrit"];
+code_reviews [label = "Code reviews in Gerrit\n(+/-1s, comments)"];
+unit_tests_precommit [label = "Pre-commit\nunit tests"];
+manual_testing_presubmit [label = "Manual testing\n(Pre Submit)"];
+master [label = "Code committed\n in master\n(+2)"];
+unit_tests_postcommit [label = "Post-commit\nunit tests"];
+
+beta_cluster [label = "Code on Beta Cluster"];
+manual_testing_beta [label = "Manual testing\n(Beta Cluster)"];
+browser_tests_beta [label = "Beta Cluster\nbrowser tests"];
+review_browsertest_beta [label = "Manual review of \nBeta Cluster\nbrowser 
tests"];
+verified_beta_breakage_cond [label = "Verified\nbreakage\nin 
Beta\nCluster?", shape = flowchart.condition, height = "100"];
+revert_beta [label = "Revert offending commit"];
+
+group beta_group {
+fontsize = "16"
+label = "Beta Cluster"
+color = "lightgreen"
+beta_cluster; manual_testing_beta; browser_tests_beta; 
review_browsertest_beta; verified_beta_breakage_cond; revert_beta;
+}
+
+// Deployment stages
+create_wmf_branch [label = "WMF deployment branch\n(wmfXX) created"];
+

[MediaWiki-commits] [Gerrit] Dev and deploy flowchart using blockdiag - change (mediawiki...releng)

2014-02-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Dev and deploy flowchart using blockdiag
..

Dev and deploy flowchart using blockdiag

Change-Id: Ib0ea554a270259f7cd0e595341aa15868b8a122c
---
A .gitignore
A devdeployflow/devdeployflow.diag
2 files changed, 161 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/releng 
refs/changes/25/115425/1

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..49b028e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.png
+*.svg
+*.pdf
+*.swp
+*.*~
diff --git a/devdeployflow/devdeployflow.diag b/devdeployflow/devdeployflow.diag
new file mode 100644
index 000..27b8bd8
--- /dev/null
+++ b/devdeployflow/devdeployflow.diag
@@ -0,0 +1,156 @@
+blockdiag {
+// Set node metrix
+// node_width = 200;  // default value is 128
+node_height = 70;  // default value is 40
+
+// set default shape
+default_shape = roundedbox;  // default value is 'box'
+
+
+// Product stages
+strategic_planning [label = "Strategic planning\n(WMF Product)"];
+sprint_prio [label = "Sprint prioritization"];
+design_mockup [label = "Design mockup"];
+build [label = "Build"];
+   goto_dev [label = "Go to dev cycle"];
+
+// Product flow
+strategic_planning -> sprint_prio
+sprint_prio -> design_mockup
+design_mockup -> build
+build -> goto_dev
+
+
+// Security stages
+sec_bug_aware [label = "Made aware of\nsecurity issue\n(via email 
security@\nor otherwise)"];
+sec_bug_report [label = "Report Security\n(private) bug in BZ"];
+sec_dev [label = "Local development/testing only"];
+sec_patch_in_BZ [label = "Attach patch to\nsecurity bug in BZ\n(one per 
live wmfXX\nand supported release)"];
+sec_patch_review [label = "Security team reviews\nand tests the patch"];
+sec_coord_deploy [label = "Coordinate\nsecurity deploy"];
+sec_deploy [label = "Deploy security patches\n(all live wmfXX versions)"];
+sec_get_cve [label = "Request CVEs"];
+sec_coord_release [label = "Coordinate\nsecurity release"];
+sec_release [label = "Do security release"];
+sec_merge_master [label = "Merge security patches into master"];
+
+// Security flow
+sec_bug_aware -> sec_bug_report
+sec_bug_report -> sec_dev
+sec_dev -> sec_patch_in_BZ
+sec_patch_in_BZ -> sec_patch_review
+sec_patch_review -> sec_coord_deploy
+sec_coord_deploy -> sec_deploy
+sec_deploy -> sec_get_cve
+sec_get_cve -> sec_coord_release
+sec_coord_release -> sec_release
+sec_release -> sec_merge_master
+ 
+
+// Bug stages
+report_bug [label = "Report bug"];
+bug_reported [label = "Bug reported"];
+bug_languish [label = "Languish"];
+bug_reviewed [label = "Reviewed/\nprioritized"];
+bug_assigned [label = "BZ Status:\nAssigned"];
+bug_patch [label = "BZ Status:\nPatch in Gerrit"];
+//bug_resolved [label = "BZ Status:\nResolved/Fixed"];
+
+
+// Development stages
+dev [label = "Local development"];
+dev_labs_instance [label = "Code on developers'\nlab instance"];
+patch_submission [label = "Patchset in Gerrit"];
+code_reviews [label = "Code reviews in Gerrit\n(+/-1s, comments)"];
+unit_tests_precommit [label = "Pre-commit\nunit tests"];
+manual_testing_presubmit [label = "Manual testing\n(Pre Submit)"];
+master [label = "Code committed in master\n(+2)"];
+unit_tests_postcommit [label = "Post-commit\nunit tests"];
+
+beta_cluster [label = "Code on Beta Cluster"];
+manual_testing_beta [label = "Manual testing\n(Beta Cluster)"];
+browser_tests_beta [label = "Beta Cluster\nbrowser tests"];
+review_browsertest_beta [label = "Manual review of \nBeta Cluster browser 
tests"];
+verified_beta_breakage_cond [label = "Verified breakage\nin Beta 
Cluster?", shape = flowchart.condition];
+revert_beta [label = "Revert offending commit"];
+
+ 
+// Deployment stages
+create_wmf_branch [label = "WMF deployment branch\n(wmfXX) created"];
+wmf_deploy_p0 [label = "WMF deployment\nPhase0"];
+wmf_deploy_p1 [label = "WMF deployment\nPhase1"];
+wmf_deploy_p2 [label = "WMF deployment\nPhase2"];
+
+manual_testing_p0 [label = "Manual testing\n(Production Phase0)"];
+manual_testing_p1 [label = "Manual testing\n(Production Phase1)"];
+manual_testing_p2 [label = "Manual testing\n(Production Phase2)"];
+browser_tests_production [label = "Production\nbrowser tests"];
+
+review_browsertest_prod [label = "Manual review of\nproduction browser 
tests"];
+verified_prod_breakage_cond [label = "Verified\nbreakage?", shape = 
flowchart.condition];
+revert_beta [label = "Revert offending commit"];
+
+prod_fix_quick_cond [label = "Fix production quickly?"];
+fix_prod [label = "Fix production!"];
+backport_master [label = "Back

[MediaWiki-commits] [Gerrit] Added README - change (mediawiki...releng)

2014-02-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has submitted this change and it was merged.

Change subject: Added README
..


Added README

Change-Id: Icb69ef987f08c3fe333a58604d166a977d89381e
---
A README
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Greg Grossmeier: Verified; Looks good to me, approved



diff --git a/README b/README
new file mode 100644
index 000..8ce035b
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+This repository collections tools and other bits of source code used by
+the WMF Release Engineering team.
+
+See: https://www.mediawiki.org/wiki/Wikimedia_Release_and_QA_Team

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb69ef987f08c3fe333a58604d166a977d89381e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/tools/releng
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 
Gerrit-Reviewer: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Added .gitreview - change (mediawiki...releng)

2014-02-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has submitted this change and it was merged.

Change subject: Added .gitreview
..


Added .gitreview

Change-Id: If002d4ca7618a2221d2b1921f56ddbf59a7a2b86
---
A .gitreview
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Greg Grossmeier: Verified; Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve



diff --git a/.gitreview b/.gitreview
new file mode 100644
index 000..490683a
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.wikimedia.org
+port=29418
+project=mediawiki/tools/releng.git
+defaultbranch=master

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If002d4ca7618a2221d2b1921f56ddbf59a7a2b86
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/releng
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 
Gerrit-Reviewer: Greg Grossmeier 
Gerrit-Reviewer: Hashar 

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


[MediaWiki-commits] [Gerrit] Added README - change (mediawiki...releng)

2014-02-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Added README
..

Added README

Change-Id: Icb69ef987f08c3fe333a58604d166a977d89381e
---
A README
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/releng 
refs/changes/05/115405/1

diff --git a/README b/README
new file mode 100644
index 000..8ce035b
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+This repository collections tools and other bits of source code used by
+the WMF Release Engineering team.
+
+See: https://www.mediawiki.org/wiki/Wikimedia_Release_and_QA_Team

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb69ef987f08c3fe333a58604d166a977d89381e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/releng
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Added .gitreview - change (mediawiki...releng)

2014-02-25 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Added .gitreview
..

Added .gitreview

Change-Id: If002d4ca7618a2221d2b1921f56ddbf59a7a2b86
---
A .gitreview
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/releng 
refs/changes/04/115404/1

diff --git a/.gitreview b/.gitreview
new file mode 100644
index 000..490683a
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.wikimedia.org
+port=29418
+project=mediawiki/tools/releng.git
+defaultbranch=master

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If002d4ca7618a2221d2b1921f56ddbf59a7a2b86
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/releng
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Modify login credential hint - change (operations/puppet)

2014-02-20 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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

Change subject: Modify login credential hint
..

Modify login credential hint

Clarify which username and password to use when logging into Graphite.

Change-Id: I8301ac87748e0a5161859deee8b921f049990952
---
M templates/graphite/graphite.apache.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/114503/1

diff --git a/templates/graphite/graphite.apache.erb 
b/templates/graphite/graphite.apache.erb
index ff16c3f..47798c5 100644
--- a/templates/graphite/graphite.apache.erb
+++ b/templates/graphite/graphite.apache.erb
@@ -9,7 +9,7 @@
 
 # LDAP authentication
 
-AuthName 'Wikimedia LDAP'
+AuthName 'Wikitech LDAP'
 AuthType Basic
 AuthBasicProvider ldap
 AuthLDAPBindDN cn=proxyagent,ou=profile,dc=wikimedia,dc=org

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8301ac87748e0a5161859deee8b921f049990952
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Greg Grossmeier 

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


[MediaWiki-commits] [Gerrit] Link to the correct Extension: page. - change (mediawiki...Calendar)

2013-06-12 Thread Greg Grossmeier (Code Review)
Greg Grossmeier has uploaded a new change for review.

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


Change subject: Link to the correct Extension: page.
..

Link to the correct Extension: page.

The URL changed post move over, update it so we know more about
this extension.

Bug: 49487

Change-Id: I50480e0486927c1762629ffe4f0f85e0ad2ccb20
---
M Calendar.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Calendar 
refs/changes/09/68209/1

diff --git a/Calendar.php b/Calendar.php
index b67ddec..99d5049 100644
--- a/Calendar.php
+++ b/Calendar.php
@@ -17,7 +17,7 @@
 $wgExtensionCredits['parserhook']['Calendar'] = array(
'path' => __FILE__,
'name' => 'Calendar',
-   'url' => 'http://www.wikivoyage.org/tech/Calendar_extension', // @todo 
FIXME: Create on mediawiki.org.
+   'url' => 'https://www.mediawiki.org/wiki/Extension:Calendar-Wikivoyage',
'descriptionmsg' => 'calendar-desc',
'author' => 'Roland Unger',
'version' => '1.1'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50480e0486927c1762629ffe4f0f85e0ad2ccb20
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Calendar
Gerrit-Branch: master
Gerrit-Owner: Greg Grossmeier 

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