[MediaWiki-commits] [Gerrit] browsertests: replace -p ciwmf with --tags @clean - change (integration/jenkins-job-builder-config)

2014-02-12 Thread Hashar (Code Review)
Hashar has uploaded a new change for review.

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

Change subject: browsertests: replace -p ciwmf with --tags @clean
..

browsertests: replace -p ciwmf with --tags @clean

The ciwmf cucumber profile has been removed from the repositories,
instead QA would like to whitelist scenario using the @clean tag for
features that works on a freshly installed wiki.

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


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

diff --git a/macro.yaml b/macro.yaml
index e80b483..c3ffa57 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -116,7 +116,7 @@
 export SCREENSHOT_FAILURES=true
 export SCREENSHOT_FAILURES_PATH="$WORKSPACE/log"
 /srv/deployment/integration/slave-scripts/tools/bundler/bundle 
exec cucumber --color \
--p ciwmf \
+--tags @clean \
 --format pretty \
 --format junit --out "$WORKSPACE/log" \
 --format html --out "$WORKSPACE/log/report.html"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic60f3fab0884c1c0bd8aab2babcee7c83ae76266
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar 

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


[MediaWiki-commits] [Gerrit] browsertests: replace -p ciwmf with --tags @clean - change (integration/jenkins-job-builder-config)

2014-02-12 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: browsertests: replace -p ciwmf with --tags @clean
..


browsertests: replace -p ciwmf with --tags @clean

The ciwmf cucumber profile has been removed from the repositories,
instead QA would like to whitelist scenario using the @clean tag for
features that works on a freshly installed wiki.

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

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



diff --git a/macro.yaml b/macro.yaml
index e80b483..c3ffa57 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -116,7 +116,7 @@
 export SCREENSHOT_FAILURES=true
 export SCREENSHOT_FAILURES_PATH="$WORKSPACE/log"
 /srv/deployment/integration/slave-scripts/tools/bundler/bundle 
exec cucumber --color \
--p ciwmf \
+--tags @clean \
 --format pretty \
 --format junit --out "$WORKSPACE/log" \
 --format html --out "$WORKSPACE/log/report.html"

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

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

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


[MediaWiki-commits] [Gerrit] browsertests: replace -p ciwmf with --tags @clean - change (integration/jenkins-job-builder-config)

2014-02-11 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: browsertests: replace -p ciwmf with --tags @clean
..


browsertests: replace -p ciwmf with --tags @clean

The ciwmf cucumber profile has been removed from the repositories,
instead QA would like to whitelist scenario using the @clean tag for
features that works on a freshly installed wiki.

Update jobs:

mwext-browsertests-MobileFrontend-phantomjs
mwext-browsertests-Translatewiki-phantomjs
mwext-browsertests-UniversalLanguageSelector-phantomjs
mwext-browsertests-VisualEditor-phantomjs

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

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



diff --git a/macro.yaml b/macro.yaml
index 2e967a3..f13ce0b 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -109,7 +109,7 @@
 export MEDIAWIKI_USER=WikiAdmin
 export MEDIAWIKI_PASSWORD=testpass
 /srv/deployment/integration/slave-scripts/tools/bundler/bundle 
exec cucumber --color \
--p ciwmf \
+--tags @clean \
 --format pretty \
 --format junit --out "$WORKSPACE/log" \
 --format html --out "$WORKSPACE/log/report.html"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4e874bdbefdd9730c582020a42548a5036d5a73
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar 
Gerrit-Reviewer: Cmcmahon 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Jhall 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] browsertests: replace -p ciwmf with --tags @clean - change (integration/jenkins-job-builder-config)

2014-02-11 Thread Hashar (Code Review)
Hashar has uploaded a new change for review.

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

Change subject: browsertests: replace -p ciwmf with --tags @clean
..

browsertests: replace -p ciwmf with --tags @clean

The ciwmf cucumber profile has been removed from the repositories,
instead QA would like to whitelist scenario using the @clean tag for
features that works on a freshly installed wiki.

Update jobs:

mwext-browsertests-MobileFrontend-phantomjs
mwext-browsertests-Translatewiki-phantomjs
mwext-browsertests-UniversalLanguageSelector-phantomjs
mwext-browsertests-VisualEditor-phantomjs

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


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

diff --git a/macro.yaml b/macro.yaml
index 2e967a3..f13ce0b 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -109,7 +109,7 @@
 export MEDIAWIKI_USER=WikiAdmin
 export MEDIAWIKI_PASSWORD=testpass
 /srv/deployment/integration/slave-scripts/tools/bundler/bundle 
exec cucumber --color \
--p ciwmf \
+--tags @clean \
 --format pretty \
 --format junit --out "$WORKSPACE/log" \
 --format html --out "$WORKSPACE/log/report.html"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4e874bdbefdd9730c582020a42548a5036d5a73
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar 

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