jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/702650 )
Change subject: [tests] Use Partner Queue Solution with travis ......................................................................
[tests] Use Partner Queue Solution with travis
Bug: T285032 Change-Id: I2ce79edb6cc5b87e4e1426d96ad48859de824588 --- M .travis.yml 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index ec541b7..e869b21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,12 @@ # OSX builds do not yet support Python os: linux
+# Partner Queue Solution +arch: + - arm64 + - ppc64le + - s390x + dist: xenial # required for Python >= 3.7
addons:
pywikibot-commits@lists.wikimedia.org