Skip to content

Commit

Permalink
Tuning .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Coman authored and Ben Coman committed Jan 20, 2019
1 parent 3e4650f commit 7787522
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .travis.yml
Expand Up @@ -62,43 +62,43 @@ env: [
"BUILD=64x64/newspeak.cog.spur TESTIMAGE=refer_newspeakBootstrap.sh",
]

matrix:
#matrix:
allow_failures:
- stage: Coverage
- stage: Experimental
# Define the 'Production' jobs that are excluded from the 'Coverage' matrix
exclude: [
&P01 { "os":"linux", "env":*Pharo64 },
&P02 { "os":"osx", "env":*Pharo64 },
&P03 { "os":"linux", "env":*Squeak64 },
&P04 { "os":"osx", "env":*Squeak64 },

&P05 { "os":"linux", "env":*Pharo32 },
&P06 { "os":"osx", "env":*Pharo32 },
&P07 { "os":"linux", "env":*Squeak32 },
&P08 { "os":"osx", "env":*Squeak32 },
# &P02 { "os":"osx", "env":*Pharo64 },
# &P03 { "os":"linux", "env":*Squeak64 },
# &P04 { "os":"osx", "env":*Squeak64 },
#
# &P05 { "os":"linux", "env":*Pharo32 },
# &P06 { "os":"osx", "env":*Pharo32 },
# &P07 { "os":"linux", "env":*Squeak32 },
# &P08 { "os":"osx", "env":*Squeak32 },
]

jobs:
fast_finish: true
include:
# Put 'Production' jobs in their own stage using alias from 'excude:' section
- stage: Production
<<: *P01
- stage: Production
<<: *P02
- stage: Production
<<: *P03
- stage: Production
<<: *P04
- stage: Production
<<: *P05
- stage: Production
<<: *P06
- stage: Production
<<: *P07
- stage: Production
<<: *P08
#jobs:
# fast_finish: true
# include:
# # Put 'Production' jobs in their own stage using alias from 'excude:' section
# - stage: Production
# <<: *P01
# - stage: Production
# <<: *P02
# - stage: Production
# <<: *P03
# - stage: Production
# <<: *P04
# - stage: Production
# <<: *P05
# - stage: Production
# <<: *P06
# - stage: Production
# <<: *P07
# - stage: Production
# <<: *P08

# - { "stage":"Experimental", "os":"osx", "env":"BUILD=32x86/pharo.sista.spur" }
# - { "stage":"Experimental", "os":"linux", "env":"BUILD=32x86/squeak.sista.spur" }
Expand Down

0 comments on commit 7787522

Please sign in to comment.