Skip to content

Add a temporary script for deploying sci sites #1549

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jsharkey13
Copy link
Member

We cannot use the compose script because it assumes that all the containers have their own separate databases. But we want sci and phy to share these, to make testing and migrating simpler. That requires either major changes to compose we would eventually revert, or this new script.

We cannot use the `compose` script because it assumes that all the
containers have their own separate databases. But we want sci and phy
to share these, to make testing and migrating simpler. That requires
either major changes to `compose` we would eventually revert, or this
new script.
Copy link

codecov bot commented Jun 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.78%. Comparing base (ae102f4) to head (537389d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1549   +/-   ##
=======================================
  Coverage   40.78%   40.78%           
=======================================
  Files         460      460           
  Lines       20027    20027           
  Branches     5883     5883           
=======================================
  Hits         8168     8168           
  Misses      11820    11820           
  Partials       39       39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Rather than changing existing scripts, just change the compose script to
delegate to either the temporary sci one, or the original.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants