Skip to content

Commit

Permalink
Merge pull request gridcf#163 from fscheiner/enable-ppc64le-builds-fo…
Browse files Browse the repository at this point in the history
…r-travis-ci

Enable ppc64le builds for Travis-CI
  • Loading branch information
fscheiner committed Aug 25, 2021
2 parents 550251e + c4ecda5 commit 464eeb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

# Also, the following gram tests failed for all fedora versions:
# nonblocking-register-test.pl, register-callback-test.pl, register-test.pl
arch:
# Disabled for now
#- amd64
# Handled via partner queue, uncharged
- ppc64le
#- arm64
jobs:
include:

Expand All @@ -31,6 +37,11 @@ jobs:
- stage: deploy
env:
- IMAGE=centos:centos7 TASK=srpms
# Only deploy from a single arch, select one and remove comment at front
# when multiple arches are enabled above
#arch: amd64
#arch: ppc64le
#arch: arm64
sudo: required
skip_cleanup: true
services:
Expand Down

0 comments on commit 464eeb1

Please sign in to comment.