Skip to content

Commit

Permalink
Merge pull request #5259 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 5240/5248/5255/5256/5258 to prod
  • Loading branch information
sean-morris authored Dec 12, 2023
2 parents cfabee4 + b23df11 commit d954b01
Show file tree
Hide file tree
Showing 36 changed files with 119 additions and 503 deletions.
Binary file added .DS_Store
Binary file not shown.
50 changes: 25 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ jobs:
hubploy deploy --timeout 30m data8 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

- run:
name: Deploy data100
command: |
Expand Down Expand Up @@ -245,6 +239,12 @@ jobs:
hubploy deploy --timeout 30m dlab hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

- run:
name: Deploy eecs
command: |
Expand Down Expand Up @@ -481,15 +481,6 @@ workflows:
ignore:
- staging
- prod
# - hubploy/build-image:
# deployment: data8xv2
# name: data8xv2 image build
# # Filters can only be per-job? wtf
# filters:
# branches:
# ignore:
# - staging
# - prod
- hubploy/build-image:
deployment: data100
name: data100 image build
Expand Down Expand Up @@ -537,6 +528,15 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: edx
name: edx image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: eecs
name: eecs image build
Expand Down Expand Up @@ -648,15 +648,6 @@ workflows:
branches:
only:
- staging
# - hubploy/build-image:
# deployment: data8xv2
# name: data8xv2 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 Down Expand Up @@ -701,6 +692,15 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: edx
name: edx image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: eecs
name: eecs image build
Expand Down Expand Up @@ -784,12 +784,12 @@ workflows:
- biology image build
- cee image build
- data8 image build
# - data8xv2 image build
- data100 image build
- data101 image build
- data102 image build
- datahub image build
- dev-r image build
- edx image build
- eecs image build
- ischool image build
- julia hub image build
Expand Down
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ node-placeholder-scaler:
- 'deployments/data102/**'
'hub: data8':
- 'deployments/data8/**'
#'hub: data8x':
# - 'deployments/data8x/**'
'hub: data8xv2':
- 'deployments/data8xv2/**'
'hub: datahub':
- 'deployments/datahub/**'
'hub: dlab':
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ hub/charts
# python
**/__pycache__
**/*.pyc

**/.DS_Store
105 changes: 0 additions & 105 deletions deployments/data8x/config/common.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deployments/data8x/config/prod.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions deployments/data8x/config/staging.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions deployments/data8x/hubploy.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions deployments/data8x/image/environment.yml

This file was deleted.

31 changes: 0 additions & 31 deletions deployments/data8x/image/infra-requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion deployments/data8x/image/runtime.txt

This file was deleted.

26 changes: 0 additions & 26 deletions deployments/data8x/secrets/prod.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions deployments/data8x/secrets/staging.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions deployments/data8xv2/config/staging.yaml

This file was deleted.

Loading

0 comments on commit d954b01

Please sign in to comment.