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

Move Long inline scripts into scripts/ #91

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CodeGat
Copy link
Contributor

@CodeGat CodeGat commented Jun 2, 2024

Some inline scripts would benefit from being able to be run independently of the CI. This also makes them independently testable.

Attempted to move the actual Gadi deploy logic into a script, but it ended up being a 11 parameter call and was actually less readable.

Todo:

  • Move scripts
  • Add basic tests

In this PR:

  • Pull out version bumping setup into scripts/ci-comment
  • Pull out spack.yaml checking into scripts/ci
  • Move build metadata script into scripts/deploy-2-start

Closes #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull out long inline scripts from run: steps, add testing
1 participant