Skip to content

Commit

Permalink
recover ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 committed Jun 20, 2019
1 parent 336239b commit 77f34f7
Showing 1 changed file with 99 additions and 99 deletions.
198 changes: 99 additions & 99 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,105 +10,105 @@ jobs:
- env: STAGE=dynamichmc
- env: STAGE=benchmark
include:
# - stage: test
# os: linux
# julia: 1.0
# env: STAGE=test
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: test
# os: linux
# julia: 1.1
# env: STAGE=test
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: numerical
# allow_failures: true
# julia: 1.0
# os: linux
# env: STAGE=numerical
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: numerical
# allow_failures: true
# julia: 1.1
# os: linux
# env: STAGE=numerical
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: test
# julia: 1.0
# if: branch = master
# os: osx
# env: STAGE=test
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: test
# julia: 1.1
# if: branch = master
# os: osx
# env: STAGE=test
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: stan
# allow_failures: true
# os: linux
# julia: 1.0
# env: STAGE=stan
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: stan
# allow_failures: true
# os: linux
# julia: 1.1
# env: STAGE=stan
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: dynamichmc
# allow_failures: true
# os: linux
# julia: 1.0
# env: STAGE=dynamichmc
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: dynamichmc
# allow_failures: true
# os: linux
# julia: 1.1
# env: STAGE=dynamichmc
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'using Pkg;
# Pkg.test("Turing"; coverage=true)'
# - stage: documentation
# julia: 1.1
# os: linux
# if: branch = master
# env: STAGE=documentation
# script:
# - julia -e 'using Pkg; Pkg.update();'
# - julia -e 'using Pkg; Pkg.add("Documenter"), Pkg.add("DocumenterMarkdown"), Pkg.add("DynamicHMC")'
# - julia -e 'using Pkg, Turing;
# cd(joinpath(dirname(pathof(Turing)), ".."));
# include(joinpath("docs", "make.jl"))'
- stage: test
os: linux
julia: 1.0
env: STAGE=test
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: test
os: linux
julia: 1.1
env: STAGE=test
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: numerical
allow_failures: true
julia: 1.0
os: linux
env: STAGE=numerical
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: numerical
allow_failures: true
julia: 1.1
os: linux
env: STAGE=numerical
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: test
julia: 1.0
if: branch = master
os: osx
env: STAGE=test
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: test
julia: 1.1
if: branch = master
os: osx
env: STAGE=test
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: stan
allow_failures: true
os: linux
julia: 1.0
env: STAGE=stan
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: stan
allow_failures: true
os: linux
julia: 1.1
env: STAGE=stan
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: dynamichmc
allow_failures: true
os: linux
julia: 1.0
env: STAGE=dynamichmc
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: dynamichmc
allow_failures: true
os: linux
julia: 1.1
env: STAGE=dynamichmc
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg;
Pkg.test("Turing"; coverage=true)'
- stage: documentation
julia: 1.1
os: linux
if: branch = master
env: STAGE=documentation
script:
- julia -e 'using Pkg; Pkg.update();'
- julia -e 'using Pkg; Pkg.add("Documenter"), Pkg.add("DocumenterMarkdown"), Pkg.add("DynamicHMC")'
- julia -e 'using Pkg, Turing;
cd(joinpath(dirname(pathof(Turing)), ".."));
include(joinpath("docs", "make.jl"))'
- stage: benchmark
julia: 1.1
os: linux
Expand Down

1 comment on commit 77f34f7

@BayesBot
Copy link
Collaborator

@BayesBot BayesBot commented on 77f34f7 Jun 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The benchmark job is finished.

The report is committed in this commit: TuringLang/TuringBenchmarks#9b4a5dd117fe4827233502cf490ae13d79cb7c61.

You can see the report at https://github.com/TuringLang/TuringBenchmarks/blob/report/jobs/BMCI-zhuo_bm_on_ci-77f34f7-20190620081909.report.md.

Please sign in to comment.