fix bm5 and bm6 link to benchmark paper #1522
Merged
Travis CI / Travis CI - Pull Request
required action
May 9, 2024 in 51s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1522 fix bm5 and bm6 link to benchmark paper.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Nix |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "nix",
"os": [
"linux"
],
"dist": "xenial",
"env": [
"global={:STORE=>\"$HOME/nix-store\"}={:APP_URL=>\"https://ace-thought-249120.appspot.com\"}"
],
"cache": {
"directories": [
"$STORE"
]
},
"before_install": [
"sudo mkdir -p /etc/nix",
"echo \"binary-caches = https://cache.nixos.org/ file://$STORE\" | sudo tee -a /etc/nix/nix.conf > /dev/null",
"echo 'require-sigs = false' | sudo tee -a /etc/nix/nix.conf > /dev/null"
],
"before_cache": [
"mkdir -p $STORE",
"nix copy --to file://$STORE -f shell.nix buildInputs",
"nix copy --to file://$STORE -f _apps/data/shell.nix buildInputs"
],
"install": [
"nix-shell --pure --command \"echo 'run nix-shell and exit'\""
],
"before_script": [
"nix-shell _apps/data/shell.nix --pure --command \"echo 'run nix-shell and exit'\""
],
"script": [
"cd _data/python-pfhub",
"nix-shell --command \"cd ../../results && make notebooks\"",
"cd ../..",
"nix-shell --command \" pylint _data/*.py && flake8 _data/*.py && LC_ALL=en_US.UTF-8 black --check _data/*.py && LC_ALL=en_US.UTF-8 make simulations && find . -name '*.ipynb' -type f -not -path '*/.ipynb_checkpoints/*' -exec touch {} \\; && make notebooks && rm -rf ./_site && jekyll build -d ./_site/pfhub && htmlproofer --check-html --only-4xx --allow-hash-href --empty-alt-ignore --checks-to-ignore ImageCheck --file-ignore ./_site/pfhub/node_modules ./_site && py.test --ignore=hackathons/hackathon1 --ignore=benchmarks --ignore=_data --nbval --sanitize-with sanitize.cfg --ignore=results && coffeelint _includes/coffee/ && mocha _site/pfhub/js/test.js \";",
"nix-shell _apps/data/shell.nix --pure --command \" cd _apps/data && black --check *.py && pylint *.py && flake8 *.py \";",
"nix-shell _apps/box/shell.nix --pure --command \" cd _apps/box && py.test && black --check *.py && pylint *.py && flake8 *.py \";"
]
}
Loading