Skip to content

Commit

Permalink
Merge pull request #283 from compute-tooling/cluster-refactor
Browse files Browse the repository at this point in the history
Refactor compute cluster logic for automatic updates/publishing
  • Loading branch information
hdoupe authored May 27, 2020
2 parents 1a823a6 + dacc8b7 commit 4ee4a42
Show file tree
Hide file tree
Showing 94 changed files with 2,873 additions and 1,776 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ secret-docker-compose.yml
*worker_config.prod.yaml
*docker-compose-apps*

distributed/kubernetes/apps/*
dev-secret.yaml
kubernetes/*
secret.yaml

*flask-deployment.yaml
*scheduler-deployment.yaml
*outputs-processor-deployment.yaml

*google-creds.json
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/ambv/black
rev: 19.10b0
hooks:
- id: black
language_version: python3
25 changes: 0 additions & 25 deletions distributed/.dockerignore

This file was deleted.

23 changes: 0 additions & 23 deletions distributed/api/__init__.py

This file was deleted.

148 changes: 0 additions & 148 deletions distributed/api/celery_app/__init__.py

This file was deleted.

Loading

0 comments on commit 4ee4a42

Please sign in to comment.