Skip to content

Commit

Permalink
Verify builds on all platforms on master (kubernetes-retired#2096)
Browse files Browse the repository at this point in the history
This is to avoid realizing too late (when we tag a release) that one of
the supported architectures has a build problem. I didn't want to slow
down all the PR builds, so I'm only doing this for master.
  • Loading branch information
carolynvs authored and Jay Boyd committed Jun 11, 2018
1 parent 07ae86c commit ffe6502
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ cache:
- .pkg
stages:
- test
- xbuild # Test all of our supported platform builds for master builds
if: type != pull_request
- name: deploy
if: type != pull_request
before_install:
Expand All @@ -44,6 +46,9 @@ script:
jobs:
include:
# Test is implicit from the build matrix
# Cross Build
- stage: xbuild
script: make images-all
# Deploy
- stage: deploy
script: skip
Expand Down

0 comments on commit ffe6502

Please sign in to comment.