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 5240/5248/5255/5256/5258 to prod #5259

Merged
merged 23 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
eb3ce9b
testing jupyterhub announcements
shaneknapp Nov 30, 2023
21cffec
Removed DS_Store
sean-morris Nov 29, 2023
ac724cd
[data8x] Removed data8x from deployments
sean-morris Oct 17, 2023
580c15a
[data8xv2] Removed data8xv2 from deployment
sean-morris Oct 31, 2023
ec29dea
[edx] Deployment Configuration
sean-morris Oct 18, 2023
a9fe012
[edx] Re-configured NFS folders
sean-morris Nov 29, 2023
100faa0
[edx] Configured CircleCi
sean-morris Dec 4, 2023
79881c6
Merge pull request #5240 from sean-morris/edx
sean-morris Dec 5, 2023
95e09b0
charpressed
shaneknapp Dec 7, 2023
dd0016d
Merge pull request #5248 from shaneknapp/install-jupy-announcement
shaneknapp Dec 7, 2023
14b804d
bump nginx
shaneknapp Dec 7, 2023
65dbc6a
Merge pull request #5255 from shaneknapp/nginx-helm-upgrade
shaneknapp Dec 7, 2023
3056cbc
Setting Ischool hub to launch JupyterLab by default
balajialg Dec 7, 2023
eeab7c2
Merge pull request #5256 from balajialg/ischool_env
balajialg Dec 8, 2023
11e8547
Enable VSCode in Ischool Hub
balajialg Dec 8, 2023
cf5c527
[edx] Deployment Configuration
sean-morris Oct 18, 2023
687c9e0
[edx] Re-configured NFS folders
sean-morris Nov 29, 2023
1f889ab
[edx] Configured CircleCi
sean-morris Dec 4, 2023
207c7bb
Merge branch 'staging' into edx
sean-morris Dec 8, 2023
7ad55ed
Merge pull request #5258 from sean-morris/edx
sean-morris Dec 8, 2023
ca455b5
Upgrade nodejs to version 18
balajialg Dec 8, 2023
6a5630e
code-server requires nodejs<17
balajialg Dec 8, 2023
b23df11
Merge pull request #5257 from balajialg/ischool_env
balajialg Dec 8, 2023
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
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