Skip to content

Commit

Permalink
moving eecs to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 11, 2024
1 parent af0eb92 commit 6cbb9bb
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 194 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 edx hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

- run:
name: Deploy highschool hub
command: |
Expand Down Expand Up @@ -308,15 +302,6 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: eecs
name: eecs image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: ischool
name: ischool image build
Expand Down Expand Up @@ -382,15 +367,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: eecs
name: eecs image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: ischool
name: ischool image build
Expand Down Expand Up @@ -420,7 +396,6 @@ workflows:
- data102 image build
- datahub image build
- edx image build
- eecs image build
- ischool image build
- julia hub image build

Expand Down
10 changes: 1 addition & 9 deletions deployments/eecs/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/eecs-user-image
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
registry:
provider: gcloud
gcloud:
project: ucb-datahub-2018
service_key: gcr-key.json
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/eecs-user-image:PLACEHOLDER

cluster:
provider: gcloud
Expand Down
5 changes: 5 additions & 0 deletions deployments/eecs/image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# eecs Image

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

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

This file was deleted.

72 changes: 0 additions & 72 deletions deployments/eecs/image/environment.yml

This file was deleted.

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

This file was deleted.

10 changes: 0 additions & 10 deletions deployments/eecs/image/postBuild

This file was deleted.

5 changes: 0 additions & 5 deletions deployments/eecs/image/start

This file was deleted.

1 change: 1 addition & 0 deletions scripts/user-image-management/repos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ [email protected]:berkeley-dsep-infra/cee-user-image.git
[email protected]:berkeley-dsep-infra/data101-user-image.git
[email protected]:berkeley-dsep-infra/dev-primary-image.git
[email protected]:berkeley-dsep-infra/dev-secondary-image.git
[email protected]:berkeley-dsep-infra/eecs-user-image.git
[email protected]:berkeley-dsep-infra/logodev-user-image.git
[email protected]:berkeley-dsep-infra/nature-user-image.git
[email protected]:berkeley-dsep-infra/publichealth-user-image.git
Expand Down

0 comments on commit 6cbb9bb

Please sign in to comment.