Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging 6068/6069/6070/6071 to prod #6072

Merged
merged 8 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,6 @@ jobs:
hubploy deploy --timeout 30m shiny hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

- run:
name: Deploy ugr01
command: |
Expand Down Expand Up @@ -505,15 +499,6 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: stat20
name: stat20 image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: ugr01
name: ugr01 image build
Expand Down Expand Up @@ -687,15 +672,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: stat20
name: stat20 image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: ugr01
name: ugr01 image build
Expand Down Expand Up @@ -728,7 +704,6 @@ workflows:
- nature image build
- publichealth image build
- shiny image build
- stat20 image build

filters:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
hubploy --verbose deploy --timeout 30m ${deployment} hub staging
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159)
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20)

deploy-hubs-to-prod:
if: github.event_name == 'push' && github.ref == 'refs/heads/prod'
Expand Down Expand Up @@ -196,4 +196,4 @@ jobs:
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
hubploy --verbose deploy --timeout 30m ${deployment} hub prod
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159)
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20)
7 changes: 1 addition & 6 deletions deployments/stat20/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/stat20-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/stat20-user-image:5eed7cbfc7ff

cluster:
provider: gcloud
Expand Down
92 changes: 0 additions & 92 deletions deployments/stat20/image/Dockerfile

This file was deleted.

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

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

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

This file was deleted.

25 changes: 0 additions & 25 deletions deployments/stat20/image/environment.yml

This file was deleted.

13 changes: 0 additions & 13 deletions deployments/stat20/image/file-locks

This file was deleted.

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

This file was deleted.

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

This file was deleted.

50 changes: 0 additions & 50 deletions deployments/stat20/image/r-packages/2023-fall-stat-20.r

This file was deleted.

3 changes: 0 additions & 3 deletions deployments/stat20/image/rstudio-prefs.json

This file was deleted.

Loading