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

♻️ REFACTOR: ci/ folder #4565

Merged
merged 21 commits into from
Feb 9, 2021
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
108 changes: 0 additions & 108 deletions .ci/Dockerfile

This file was deleted.

179 changes: 0 additions & 179 deletions .ci/Jenkinsfile

This file was deleted.

9 changes: 0 additions & 9 deletions .ci/polish/polish_workchains/__init__.py

This file was deleted.

34 changes: 0 additions & 34 deletions .ci/setup.sh

This file was deleted.

32 changes: 0 additions & 32 deletions .ci/test_rpn.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source = aiida

[html]
directory = .ci/coverage/html
directory = .coverage_html
9 changes: 7 additions & 2 deletions .ci/docker-rabbitmq.yml → .docker/docker-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# if you wish to control the rabbitmq used.

# Simply install docker, then run:
# $ docker-compose -f .ci/docker-rabbitmq.yml up -d
# $ docker-compose -f .docker/docker-rabbitmq.yml up -d

# and to power down, after testing:
# $ docker-compose -f .ci/docker-rabbitmq.yml down
# $ docker-compose -f .docker/docker-rabbitmq.yml down

# you can monitor rabbitmq use at: http://localhost:15672

Expand All @@ -27,3 +27,8 @@ services:
interval: 30s
timeout: 30s
retries: 5
networks:
- aiida-rmq

networks:
aiida-rmq:
Loading