Skip to content

Commit

Permalink
added gcr-push secret for hail-is/batch (hail-is#93)
Browse files Browse the repository at this point in the history
* added gcr-push secret for hail-is/batch

* make batch deployable
  • Loading branch information
cseed authored Sep 13, 2018
1 parent 3823519 commit 466be24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def build_next(self, target):
_deploy_secrets = {
Repo('hail-is', 'hail'): f'ci-deploy-{VERSION}--hail-is-hail-service-account-key',
Repo('hail-is', 'ci-test'): f'ci-deploy-{VERSION}--hail-is-ci-test-service-account-key',
Repo('Nealelab', 'cloudtools'): f'ci-deploy-{VERSION}--nealelab-cloudtools'
Repo('Nealelab', 'cloudtools'): f'ci-deploy-{VERSION}--nealelab-cloudtools',
Repo('hail-is', 'batch'): 'gcr-push-service-account-key'
}

def try_deploy(self, target_ref):
Expand Down
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: BATCH_SERVER_URL
value: http://batch
- name: WATCHED_TARGETS
value: '[["hail-is/hail:master", true], ["hail-is/hail:0.1", true], ["hail-is/hail:bgen-changes", false], ["hail-is/batch:master", false], ["Nealelab/cloudtools:master", true]]'
value: '[["hail-is/hail:master", true], ["hail-is/hail:0.1", true], ["hail-is/hail:bgen-changes", false], ["hail-is/batch:master", true], ["Nealelab/cloudtools:master", true]]'
ports:
- containerPort: 5000
volumeMounts:
Expand Down

0 comments on commit 466be24

Please sign in to comment.