Skip to content

Commit

Permalink
moving ischool image to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 23, 2024
1 parent e7b1d6f commit 15a6a71
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 242 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,6 @@ jobs:
hubploy deploy --timeout 30m highschool hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy ischool
command: |
hubploy deploy --timeout 30m ischool hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy prob140
command: |
Expand Down Expand Up @@ -282,15 +276,6 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: ischool
name: ischool image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod

deploy:
jobs:
Expand Down Expand Up @@ -330,15 +315,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: ischool
name: ischool image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
# Build images only during the staging deploy. All merges
# to prod need to go via staging, so prod should *never*
# use images not built for staging. By enforcing this at the
Expand All @@ -349,7 +325,6 @@ workflows:
- data100 image build
- datahub image build
- edx image build
- ischool image build

filters:
branches:
Expand Down
8 changes: 1 addition & 7 deletions deployments/ischool/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/ischool-user-image
path: image
registry:
provider: gcloud
gcloud:
project: ucb-datahub-2018
service_key: gcr-key.json
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/ischool-user-image:PLACEHOLDER

cluster:
provider: gcloud
Expand Down
107 changes: 0 additions & 107 deletions deployments/ischool/image/Dockerfile

This file was deleted.

5 changes: 5 additions & 0 deletions deployments/ischool/image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ischool Image

This image is now located [in its own repo](https://github.com/berkeley-dsep-infra/ischool-user-image).

Please see [the contribution guide](https://github.com/berkeley-dsep-infra/ischool-user-image/blob/main/CONTRIBUTING.md) for instructions on how to propose changes to the image.
23 changes: 0 additions & 23 deletions deployments/ischool/image/environment.yml

This file was deleted.

13 changes: 0 additions & 13 deletions deployments/ischool/image/file-locks

This file was deleted.

29 changes: 0 additions & 29 deletions deployments/ischool/image/infra-requirements.txt

This file was deleted.

38 changes: 0 additions & 38 deletions deployments/ischool/image/install-mambaforge.bash

This file was deleted.

0 comments on commit 15a6a71

Please sign in to comment.