JanZerebecki created this task.
JanZerebecki added subscribers: JanZerebecki, Legoktm.
JanZerebecki added projects: Continuous-Integration, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The changed job configuration extension-unittests -> 
extension-unittests-generic for Wikidata.git makes it not run all tests and 
fail. Compare after 
https://integration.wikimedia.org/ci/job/mwext-testextension-zend/75/consoleFull
 and before 
https://integration.wikimedia.org/ci/job/mwext-Wikidata-testextension-zend/175/consoleFull
 .
  
  The change in question is: 44a943a115f328a541c8ad94349bd8670eca0815
  
  However the diff of the jobs does not explain this for me:
  ```
  $ diff -u output-before/mwext-Wikidata-testextension-zend 
output-after/mwext-testextension-zend 
  --- output-before/mwext-Wikidata-testextension-zend     2015-04-13 
16:38:13.321862204 +0200
  +++ output-after/mwext-testextension-zend       2015-04-13 16:32:33.537852125 
+0200
  @@ -16,13 +16,6 @@
       <artifactNumToKeep>-1</artifactNumToKeep>
     </logRotator>
     <properties>
  -    <hudson.plugins.throttleconcurrents.ThrottleJobProperty>
  -      <maxConcurrentPerNode>1</maxConcurrentPerNode>
  -      <maxConcurrentTotal>0</maxConcurrentTotal>
  -      <throttleEnabled>true</throttleEnabled>
  -      <throttleOption>project</throttleOption>
  -      <configVersion>1</configVersion>
  -    </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
       <hudson.model.ParametersDefinitionProperty>
         <parameterDefinitions>
           <hudson.model.StringParameterDefinition>
  @@ -129,16 +122,6 @@
   </command>
       </hudson.tasks.Shell>
       <hudson.tasks.Shell>
  -      <command># Build dependencies list
  -rm -f deps.txt
  -touch deps.txt
  -echo -e 
&quot;mediawiki/core\nmediawiki/vendor\nmediawiki/extensions/Wikidata&quot; 
&gt;&gt; deps.txt
  -if [ &quot;&quot; != &quot;&quot; ]; then
  -    echo &quot;$(IFS=,; for dep in `echo `; do echo 
mediawiki/extensions/$dep; done;)&quot; &gt;&gt; deps.txt
  -fi
  -</command>
  -    </hudson.tasks.Shell>
  -    <hudson.tasks.Shell>
         <command>zuul-cloner --version
   zuul-cloner \
       --color \
  @@ -146,21 +129,14 @@
       --map /srv/deployment/integration/slave-scripts/etc/zuul-clonemap.yaml \
       --workspace src \
       https://gerrit.wikimedia.org/r/p \
  -    $(cat deps.txt) 
  -</command>
  -    </hudson.tasks.Shell>
  -    <hudson.tasks.Shell>
  -      <command>if grep -q mediawiki/extensions/VisualEditor deps.txt; then
  -   cd src/extensions/VisualEditor
  -   git submodule update --init
  -fi
  +    mediawiki/core mediawiki/vendor $ZUUL_PROJECT 
   </command>
       </hudson.tasks.Shell>
       <hudson.tasks.Shell>
         
<command>/srv/deployment/integration/slave-scripts/bin/mw-install-mysql.sh</command>
       </hudson.tasks.Shell>
       <hudson.tasks.Shell>
  -      <command>cp deps.txt src/extensions_load.txt</command>
  +      <command>echo $ZUUL_PROJECT &gt; src/extensions_load.txt</command>
       </hudson.tasks.Shell>
       <hudson.tasks.Shell>
         
<command>/srv/deployment/integration/slave-scripts/bin/mw-apply-settings.sh</command>
  ```

TASK DETAIL
  https://phabricator.wikimedia.org/T95897

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JanZerebecki
Cc: Legoktm, JanZerebecki, Aklapper, Wikidata-bugs, aude, hashar



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to