Skip to content

Commit

Permalink
Merge pull request #6262 from shaneknapp/prep-data100-new-image-repo
Browse files Browse the repository at this point in the history
[DH-301] prep for moving data100 user image
  • Loading branch information
shaneknapp authored Sep 25, 2024
2 parents dd4df64 + 11a3586 commit fe92860
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 234 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ jobs:
command: |
gcloud components install gke-gcloud-auth-plugin
- run:
name: Deploy data100
command: |
hubploy deploy --timeout 30m data100 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy datahub
command: |
Expand Down Expand Up @@ -227,15 +221,6 @@ workflows:
version: 2
test-build-images:
jobs:
- hubploy/build-image:
deployment: data100
name: data100 image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: datahub
# Workshop hub also uses this
Expand All @@ -249,14 +234,6 @@ workflows:

deploy:
jobs:
- hubploy/build-image:
deployment: data100
name: data100 image build
push: true
filters:
branches:
only:
- staging
- hubploy/build-image:
# workshop hub also uses this image
deployment: datahub
Expand All @@ -273,7 +250,6 @@ workflows:
# CI level, we also make prod deploys go faster!
- deploy:
requires:
- data100 image build
- datahub image build

filters:
Expand Down
10 changes: 1 addition & 9 deletions deployments/data100/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/data100-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/data100-user-image:PLACEHOLDER

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

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

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

This file was deleted.

65 changes: 0 additions & 65 deletions deployments/data100/image/environment.yml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions deployments/data100/image/postBuild

This file was deleted.

5 changes: 0 additions & 5 deletions deployments/data100/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 @@ -3,6 +3,7 @@ [email protected]:berkeley-dsep-infra/astro-user-image.git
[email protected]:berkeley-dsep-infra/biology-user-image.git
[email protected]:berkeley-dsep-infra/cee-user-image.git
[email protected]:berkeley-dsep-infra/data8-user-image.git
[email protected]:berkeley-dsep-infra/data100-user-image.git
[email protected]:berkeley-dsep-infra/data101-user-image.git
[email protected]:berkeley-dsep-infra/data102-user-image.git
[email protected]:berkeley-dsep-infra/dev-primary-image.git
Expand Down

0 comments on commit fe92860

Please sign in to comment.