Skip to content

Commit

Permalink
cleanup rucio#2311
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 26, 2020
1 parent 3bfb8f9 commit 0d9e9ba
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/integration_tests.yml
Expand Up @@ -6,34 +6,17 @@ on:
- workflow_dispatch

jobs:
setup:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start containers
run: docker-compose -f etc/docker/dev/docker-compose-storage.yml up -d
- name: Initialize tests
run: docker exec -t dev_rucio_1 tools/run_tests_docker.sh -ir

test_rucio_server:
needs: setup
runs-on: ubuntu-latest
steps:
- name: File Upload/Download Test
run: docker exec -t dev_rucio_1 pytest -v --full-trace lib/rucio/tests/test_rucio_server.py

test_rse_protocol_xrootd:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Test Protocol XrootD
run: docker exec -t dev_rucio_1 pytest -v --full-trace lib/rucio/tests/test_rse_protocol_xrootd.py

cleanup:
runs-on: ubuntu-latest
needs:
- test_rucio_server
- test_rse_protocol_xrootd
steps:
- name: Stop containers
run: docker-compose -f etc/docker/dev/docker-compose-storage.yml down

0 comments on commit 0d9e9ba

Please sign in to comment.