Skip to content

Commit

Permalink
Merge pull request #6272 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 6266/6267/6270/6271 to prod
  • Loading branch information
shaneknapp authored Sep 26, 2024
2 parents 3ee7a86 + 623d18b commit e6202bd
Show file tree
Hide file tree
Showing 32 changed files with 18 additions and 1,414 deletions.
263 changes: 0 additions & 263 deletions .circleci/config.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .circleci/get-commit-range.py

This file was deleted.

1 change: 1 addition & 0 deletions .github/scripts/determine-hub-deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def main(args):
"--ignore",
"-i",
nargs="*",
action="extend",
default=["template"],
help="Ignore one or more deployment targets."
)
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --force-reinstall git+https://github.com/shaneknapp/hubploy.git@major-refactor
- name: Auth to gcloud
if: ${{ env.DEPLOY }}
Expand Down Expand Up @@ -103,7 +102,7 @@ jobs:
echo "Deploying single-user image and hub config to ${deployment}"
hubploy --verbose deploy --timeout 30m ${deployment} hub staging
echo
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy gradebook logodev shiny stat159 stat20 nature a11y ugr01 data101 astro biology cee dev publichealth eecs julia data102 ischool data8 data100)
done < <(python .github/scripts/determine-hub-deployments.py --ignore edx)
deploy-hubs-to-prod:
if: github.event_name == 'push' && github.ref == 'refs/heads/prod'
Expand Down Expand Up @@ -152,7 +151,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --force-reinstall git+https://github.com/shaneknapp/hubploy.git@major-refactor
- name: Auth to gcloud
if: ${{ env.DEPLOY }}
Expand Down Expand Up @@ -198,4 +196,4 @@ jobs:
echo "Deploying single-user image and hub config to ${deployment}"
hubploy --verbose deploy --timeout 30m ${deployment} hub prod
echo
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy gradebook logodev shiny stat159 stat20 nature a11y ugr01 data101 astro biology cee dev publichealth eecs julia data102 ischool data8 data100)
done < <(python .github/scripts/determine-hub-deployments.py --ignore edx)
Loading

0 comments on commit e6202bd

Please sign in to comment.