Skip to content

Commit

Permalink
Merge pull request #6090 from shaneknapp/move-data101-new-repo
Browse files Browse the repository at this point in the history
[DH-301] moving data101 to its own repo
  • Loading branch information
shaneknapp authored Sep 5, 2024
2 parents 77c803d + e7f7cb8 commit ab5eed0
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 298 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,6 @@ jobs:
hubploy deploy --timeout 30m data100 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

- run:
name: Deploy data102
command: |
Expand Down Expand Up @@ -362,15 +356,6 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: data101
name: data101 image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: data102
name: data102 image build
Expand Down Expand Up @@ -510,15 +495,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: data101
name: data101 image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: data102
name: data102 image build
Expand Down Expand Up @@ -620,7 +596,6 @@ workflows:
- cee image build
- data8 image build
- data100 image build
- data101 image build
- data102 image build
- datahub image build
- dev image build
Expand Down
9 changes: 0 additions & 9 deletions deployments/data101/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data101-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

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

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

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

This file was deleted.

111 changes: 0 additions & 111 deletions deployments/data101/image/environment.yml

This file was deleted.

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

This file was deleted.

19 changes: 0 additions & 19 deletions deployments/data101/image/postBuild

This file was deleted.

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

This file was deleted.

0 comments on commit ab5eed0

Please sign in to comment.