Skip to content

Commit

Permalink
Merge pull request #6258 from shaneknapp/prep-data8-new-image-repo
Browse files Browse the repository at this point in the history
[DH-301] prepping to move data8 to it's own image repo
  • Loading branch information
shaneknapp authored Sep 25, 2024
2 parents b2d87ae + 2e49d60 commit 2d1fae7
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 245 deletions.
25 changes: 0 additions & 25 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 data8
command: |
hubploy deploy --timeout 30m data8 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy data100
command: |
Expand Down Expand Up @@ -233,15 +227,6 @@ workflows:
version: 2
test-build-images:
jobs:
- hubploy/build-image:
deployment: data8
name: data8 image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: data100
name: data100 image build
Expand All @@ -264,15 +249,6 @@ workflows:

deploy:
jobs:
- hubploy/build-image:
deployment: data8
name: data8 image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: data100
name: data100 image build
Expand All @@ -297,7 +273,6 @@ workflows:
# CI level, we also make prod deploys go faster!
- deploy:
requires:
- data8 image build
- data100 image build
- datahub image build

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

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

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

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

This file was deleted.

48 changes: 0 additions & 48 deletions deployments/data8/image/environment.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions deployments/data8/image/ipython_config.py

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions deployments/data8/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 @@ -2,6 +2,7 @@ [email protected]:berkeley-dsep-infra/a11y-user-image.git
[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/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 2d1fae7

Please sign in to comment.