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

Fix Spot instances preventing rack from updating #3685

Closed
wants to merge 1 commit into from

Conversation

Twsouza
Copy link
Contributor

@Twsouza Twsouza commented Jun 15, 2023

What is the feature/fix?

Add missing commands from launch config to launch template and use spot lifecycle.

Does it has a breaking change?

No, fix rack update when spot instance bid is set.

How to use/test it?

  • Install a rack on 20230427130715.
  • Create and deploy an app.
  • Scale the app (e.g. convox scale SERVICENAME --count=20)
  • Then try to install the RC (creating**)

Checklist

  • New coverage tests
  • Unit tests passing
  • E2E tests passing
  • E2E downgrade/update test passing
  • Documentation updated
  • No warnings or errors on Deepsource/Codecov

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4f40098) 35.78% compared to head (af60af7) 35.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3685   +/-   ##
=======================================
  Coverage   35.78%   35.78%           
=======================================
  Files         169      169           
  Lines       18719    18719           
=======================================
  Hits         6699     6699           
  Misses      10882    10882           
  Partials     1138     1138           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

nightfury1204 added a commit that referenced this pull request Jun 19, 2023
### What is the feature/fix?

Add missing commands from launch config to launch template and use spot lifecycle.

### Does it has a breaking change?

No, fix rack update when spot instance bid is set.

### How to use/test it?

- Install a rack on [20230427130715](https://github.com/convox/rack/releases/tag/20230427130715).
- Create and deploy an app.
- Scale the app (e.g. `convox scale SERVICENAME --count=20`)
- Then try to install the RC (creating**)

### Checklist
- [ ] New coverage tests
- [ ] Unit tests passing
- [ ] E2E tests passing
- [ ] E2E downgrade/update test passing
- [ ] Documentation updated
- [ ] No warnings or errors on Deepsource/Codecov
@nightfury1204 nightfury1204 mentioned this pull request Jun 19, 2023
4 tasks
nightfury1204 added a commit that referenced this pull request Jun 19, 2023
### What is the feature/fix?

Add missing commands from launch config to launch template and use spot lifecycle.

### Does it has a breaking change?

No, fix rack update when spot instance bid is set.

### How to use/test it?

- Install a rack on [20230427130715](https://github.com/convox/rack/releases/tag/20230427130715).
- Create and deploy an app.
- Scale the app (e.g. `convox scale SERVICENAME --count=20`)
- Then try to install the RC (creating**)

### Checklist
- [ ] New coverage tests
- [ ] Unit tests passing
- [ ] E2E tests passing
- [ ] E2E downgrade/update test passing
- [ ] Documentation updated
- [ ] No warnings or errors on Deepsource/Codecov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants