Skip to content

Commit

Permalink
Merge pull request #8854 from cockroachdb/nightly
Browse files Browse the repository at this point in the history
Restore nightly CI builds
  • Loading branch information
yzdocs authored Nov 9, 2020
2 parents 62d5a8f + f15c263 commit 184dc3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .htmltest_nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DirectoryPath: "_site"
ExternalTimeout: 30
IgnoreDirs:
- ^docs/stable
- ^docs/dev
- ^docs/v1.2
IgnoreURLs:
- http://localhost:4000
- https://github.com
IgnoreInternalEmptyHash: true
TestFilesConcurrently: false
4 changes: 2 additions & 2 deletions ci/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ run() {
"$(dirname "$0")"/builder run "$@"
}

run bundle exec jekyll build
run htmltest
run bundle exec jekyll build --incremental --trace --config _config_base.yml,_config_cockroachdb.yml
run htmltest -c .htmltest_nightly.yml

0 comments on commit 184dc3a

Please sign in to comment.