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

Add make file #2554

Closed
wants to merge 36 commits into from
Closed

Add make file #2554

wants to merge 36 commits into from

Conversation

pt247
Copy link
Contributor

@pt247 pt247 commented Jul 3, 2024

This PR simplifies the current test_local_integration.yaml and extracts its locally reproducible business logic into a Makefile.

Follow these steps to run deployment tests locally:

  1. Initialize
make init
  1. Deploy
make deploy
  1. Test
make test
  1. Destroy
make clean

Note: I have skipped running Cypress tests as they will be decommissioned soon.

Reference Issues or PRs

Closes #2489

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Any other comments?

@pt247 pt247 marked this pull request as ready for review July 4, 2024 21:04
@pt247 pt247 changed the title [Draft] Add make file Add make file Jul 4, 2024
@viniciusdc
Copy link
Contributor

This will be worked on a future change and correctly referenced later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 💪🏾
Development

Successfully merging this pull request may close these issues.

[ENH] - Create a Nebari Makefile for Local deployment and CI
2 participants