Skip to content

Commit

Permalink
Merge pull request #6172 from shaneknapp/move-julia-image-new-repo
Browse files Browse the repository at this point in the history
[DH-301] moving julia to a new image repo
  • Loading branch information
shaneknapp authored Sep 12, 2024
2 parents 3404261 + c10906d commit c686c40
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 281 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,6 @@ jobs:
hubploy deploy --timeout 30m ischool hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

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

deploy:
jobs:
Expand Down Expand Up @@ -376,15 +361,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: julia
name: julia hub 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 @@ -397,7 +373,6 @@ workflows:
- datahub image build
- edx image build
- ischool image build
- julia hub image build

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

cluster:
provider: gcloud
Expand Down
94 changes: 0 additions & 94 deletions deployments/julia/image/Dockerfile

This file was deleted.

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

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

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

This file was deleted.

28 changes: 0 additions & 28 deletions deployments/julia/image/environment.yml

This file was deleted.

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

This file was deleted.

30 changes: 0 additions & 30 deletions deployments/julia/image/install-julia-packages.jl

This file was deleted.

11 changes: 0 additions & 11 deletions deployments/julia/image/install-julia.bash

This file was deleted.

42 changes: 0 additions & 42 deletions deployments/julia/image/install-mambaforge.bash

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 @@ -6,6 +6,7 @@ [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/julia-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 c686c40

Please sign in to comment.