jenkins-bot has submitted this change and it was merged.

Change subject: tie translatewiki-puppet-validate to gallium
......................................................................


tie translatewiki-puppet-validate to gallium

The translatewiki repository has submodules hosted on github and clone
them using either git or http protocols.

Whenever the job run on lanthanum, it will fail to clone the github
repository since that host does not have direct access to the internet.

Workaround is to tie it to gallium.

bug: 60164
Change-Id: I56119292695685d89d154d8315889c2a9064275c
---
M translatewiki.yaml
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/translatewiki.yaml b/translatewiki.yaml
index fa16845..4a1df07 100644
--- a/translatewiki.yaml
+++ b/translatewiki.yaml
@@ -2,6 +2,8 @@
 - job-template:
     name: 'translatewiki-puppet-validate'
     defaults: use-remote-zuul
+    # Repo clones github repositories and need direct access
+    node: gallium  # bug 60164
     concurrent: true
     triggers:
      - zuul

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I56119292695685d89d154d8315889c2a9064275c
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to