Skip to content

Commit

Permalink
Remove docker and old integration tests cruft (bokeh#13992)
Browse files Browse the repository at this point in the history
* Remove docker and old integration tests cruft

* remove pandas-bokeh downstream tests
  • Loading branch information
bryevdv committed Jul 24, 2024
1 parent 000d49f commit 05ed618
Show file tree
Hide file tree
Showing 70 changed files with 2 additions and 10,571 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/bokeh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,36 +179,6 @@ jobs:
name: examples-report
path: examples-report

integration-tests:
if: ${{ false }} # disable for now
needs: build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Prepare Environment
uses: ./.github/workflows/composite/test-setup
with:
test-env: '3.11'
source-tree: 'delete'

- name: List installed software
run: |
conda info
conda list
echo "node $(node --version)"
echo "npm $(npm --version)"
- name: Run tests
run: pytest -v --cov=bokeh --cov-report=xml --tb=short --driver chrome --color=yes tests/integration

- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
flags: integration
verbose: true

unit-test:
needs: build
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -351,27 +321,3 @@ jobs:
- name: Run tests
run: bash scripts/ci/run_downstream_tests.sh

docker_from_wheel:
if: ${{ false }} # temporarily disable
needs: build
runs-on: ubuntu-latest
env:
IMAGE_TAG: bokeh/bokeh-dev:branch-3.1

steps:
- uses: actions/checkout@v4

- name: Download wheel package
id: download
uses: actions/download-artifact@v4
with:
name: wheel-package
path: dist/

- name: Start Docker container, install Bokeh from wheel and run Python tests.
env:
BOKEH_DOCKER_FROM_WHEEL: 1
BOKEH_DOCKER_INTERACTIVE: 0
run: |
scripts/docker/docker_run.sh $IMAGE_TAG
72 changes: 0 additions & 72 deletions .github/workflows/bokeh-docker-build.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/bokeh-docker-test.yml

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/ci/install_downstream_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ banner "dask/dask" 2> /dev/null
pip install pytest-timeout pytest-cov pytest-rerunfailures pytest-repeat
git clone https://github.com/dask/dask.git
pip install -e "./dask[test]" # "test" extra installs additional testing dependencies

banner "pandas_bokeh" 2> /dev/null
pip install pandas_bokeh
pip install geopandas
git clone https://github.com/PatrikHlobil/Pandas-Bokeh.git
8 changes: 1 addition & 7 deletions scripts/ci/run_downstream_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ pytest panel/tests
banner "Holoviews" 2> /dev/null
nosetests holoviews/tests/plotting/bokeh

popd || exit

banner "PandasBokeh" 2> /dev/null
pytest Pandas-Bokeh/Tests/test_PandasBokeh.py

banner "GeoPandasBokeh" 2> /dev/null
pytest Pandas-Bokeh/Tests/test_GeoPandasBokeh.py
popd

exit 0
49 changes: 0 additions & 49 deletions scripts/docker/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/docker/bokeh_docker_build.sh

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/docker/bokeh_docker_from_wheel.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/docker/bokeh_docker_test.sh

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/docker/docker_run.sh

This file was deleted.

Loading

0 comments on commit 05ed618

Please sign in to comment.