Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove v1 tests #95

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ on:

jobs:

tests-v1:
timeout-minutes: 25
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set FRACTAL_RUNNER_BACKEND to 'slurm'
run: sed -i 's/local_experimental$/local/' ./testing/server/server.env

- name: Run demos
run: cd testing && make run-demos-v1-github

tests-v2:
timeout-minutes: 25
runs-on: ubuntu-22.04
Expand Down
9 changes: 0 additions & 9 deletions testing/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ FRACTAL_WEB_GIT=main

# fractal-demos
FRACTAL_DEMOS_V2_GIT=reduce-memory-requirements-examples-01-02

### LEGACY

# fractal-client (Fractal V1)
FRACTAL_CLIENT_V1_RELEASE=1.4.4
# fractal-tasks-core (Fractal V1)
FRACTAL_TASKS_CORE_V1_RELEASE=0.14.3
# fractal-demos (Fractal V1)
FRACTAL_DEMOS_V1_GIT=v1
21 changes: 0 additions & 21 deletions testing/demos-v1/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions testing/demos-v1/fractal.env

This file was deleted.

26 changes: 0 additions & 26 deletions testing/demos-v1/get_fractal_client.sh

This file was deleted.

14 changes: 0 additions & 14 deletions testing/demos-v1/get_fractal_demos.sh

This file was deleted.

45 changes: 0 additions & 45 deletions testing/demos-v1/get_fractal_tasks_core.sh

This file was deleted.

1 change: 0 additions & 1 deletion testing/demos-v1/requirements-validation.txt

This file was deleted.

164 changes: 0 additions & 164 deletions testing/demos-v1/run_demos.sh

This file was deleted.

22 changes: 0 additions & 22 deletions testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@ services:
networks:
- fractal

fractal-demos-v1:
container_name: fractal-demos-v1
depends_on:
fractal-server:
condition: service_healthy
hostname: slurm
image: fractal-demos-v1
build:
context: .
dockerfile: demos-v1/Dockerfile
ports:
- 6817:6818
volumes:
- fractal_share:/home/fractal_share/
- ./Resources:/home/fractal_share/Resources
command: bash -c "
cp -r ./fractal-demos-v1 /home/fractal_share/
&& cd /home/fractal_share/fractal-demos-v1/examples
&& . ./run_demos.sh"
networks:
- fractal

fractal-demos-v2:
container_name: fractal-demos-v2
depends_on:
Expand Down