Skip to content

Commit

Permalink
Merge pull request #1160 from pymor/nb_move
Browse files Browse the repository at this point in the history
remove notebooks dir
  • Loading branch information
sdrave committed Nov 18, 2020
2 parents f7de9eb + 52e900f commit ccd80c1
Show file tree
Hide file tree
Showing 20 changed files with 1,325 additions and 4,236 deletions.
72 changes: 0 additions & 72 deletions .ci/gitlab/ci.yml
Expand Up @@ -285,78 +285,6 @@ mpi 3 8:
- ./.ci/gitlab/test_mpi.bash
- find . -name "coverage*"
- ls -la *
notebooks_dir 3 6:
extends: .pytest
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- when: on_success
variables:
COVERAGE_FILE: coverage_notebooks_dir__3.6
services:
- name: zivgitlab.wwu.io/pymor/docker/pymor/pypi-mirror_stable_py3.6:f6acb8bdf750d965c15f7f90b01fac4b745b58bd
alias: pypi_mirror
image: zivgitlab.wwu.io/pymor/docker/pymor/testing_py3.6:f6acb8bdf750d965c15f7f90b01fac4b745b58bd
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/PR_"* ]]; then
echo selecting hypothesis profile "ci_pr" for branch $CI_COMMIT_REF_NAME
export PYMOR_HYPOTHESIS_PROFILE="ci_pr"
else
echo selecting hypothesis profile "ci" for branch $CI_COMMIT_REF_NAME
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
- ./.ci/gitlab/test_notebooks_dir.bash
- find . -name "coverage*"
- ls -la *
notebooks_dir 3 7:
extends: .pytest
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- when: on_success
variables:
COVERAGE_FILE: coverage_notebooks_dir__3.7
services:
- name: zivgitlab.wwu.io/pymor/docker/pymor/pypi-mirror_stable_py3.7:f6acb8bdf750d965c15f7f90b01fac4b745b58bd
alias: pypi_mirror
image: zivgitlab.wwu.io/pymor/docker/pymor/testing_py3.7:f6acb8bdf750d965c15f7f90b01fac4b745b58bd
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/PR_"* ]]; then
echo selecting hypothesis profile "ci_pr" for branch $CI_COMMIT_REF_NAME
export PYMOR_HYPOTHESIS_PROFILE="ci_pr"
else
echo selecting hypothesis profile "ci" for branch $CI_COMMIT_REF_NAME
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
- ./.ci/gitlab/test_notebooks_dir.bash
- find . -name "coverage*"
- ls -la *
notebooks_dir 3 8:
extends: .pytest
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- when: on_success
variables:
COVERAGE_FILE: coverage_notebooks_dir__3.8
services:
- name: zivgitlab.wwu.io/pymor/docker/pymor/pypi-mirror_stable_py3.8:f6acb8bdf750d965c15f7f90b01fac4b745b58bd
alias: pypi_mirror
image: zivgitlab.wwu.io/pymor/docker/pymor/testing_py3.8:f6acb8bdf750d965c15f7f90b01fac4b745b58bd
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/PR_"* ]]; then
echo selecting hypothesis profile "ci_pr" for branch $CI_COMMIT_REF_NAME
export PYMOR_HYPOTHESIS_PROFILE="ci_pr"
else
echo selecting hypothesis profile "ci" for branch $CI_COMMIT_REF_NAME
export PYMOR_HYPOTHESIS_PROFILE="ci"
fi
- ./.ci/gitlab/test_notebooks_dir.bash
- find . -name "coverage*"
- ls -la *
pip_installed 3 6:
extends: .pytest
rules:
Expand Down
2 changes: 1 addition & 1 deletion .ci/gitlab/template.ci.py
Expand Up @@ -428,7 +428,7 @@
pythons = ['3.6', '3.7', '3.8']
oldest = [pythons[0]]
newest = [pythons[-1]]
test_scripts = [("mpi", pythons, 1), ("notebooks_dir", pythons, 1), ("pip_installed", pythons, 1),
test_scripts = [("mpi", pythons, 1), ("pip_installed", pythons, 1),
("vanilla", pythons, 1), ("numpy_git", newest, 1), ("oldest", oldest, 1),]
# these should be all instances in the federation
binder_urls = [f'https://{sub}.mybinder.org/build/gh/pymor/pymor' for sub in ('gke', 'ovh', 'gesis')]
Expand Down
7 changes: 0 additions & 7 deletions .ci/gitlab/test_notebooks_dir.bash

This file was deleted.

1 change: 0 additions & 1 deletion notebooks/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion notebooks/README.md

This file was deleted.

230 changes: 0 additions & 230 deletions notebooks/delay.ipynb

This file was deleted.

0 comments on commit ccd80c1

Please sign in to comment.