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

Abort running suites using DELETE request #55

Closed

Conversation

andmat900
Copy link
Contributor

Applicable Issues

Description of the Change

The change implements the handling of DELETE requests at the endpoint:

/etos/<suite_id>

Upon receiving a request to this endpoint, ETOS API deletes the correspoding Kubernetes job. If no job is found for the given suite id, a 404 response is returned.

Alternate Designs

Possible Drawbacks

  • etosctl needs to be adapted for this change to prevent infinite waiting loop when its suite is aborted

Sign-off

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Andrei Matveyeu, [email protected]

@andmat900 andmat900 requested a review from a team as a code owner February 21, 2024 12:36
@andmat900 andmat900 requested review from t-persson and fredjn and removed request for a team February 21, 2024 12:36
@andmat900 andmat900 force-pushed the 20240220_abort_feature branch 7 times, most recently from 01dfc74 to 157d299 Compare February 21, 2024 13:45
python/src/etos_api/routers/etos/router.py Outdated Show resolved Hide resolved
python/src/etos_api/routers/etos/router.py Outdated Show resolved Hide resolved
python/src/etos_api/routers/lib/kubernetes.py Outdated Show resolved Hide resolved
@andmat900 andmat900 force-pushed the 20240220_abort_feature branch 4 times, most recently from ed41c2f to 573b9d3 Compare February 22, 2024 10:14
t-persson and others added 5 commits March 5, 2024 10:16
* Remove the environment provider router

We'll now just let the ETOS API save the providers in the database
instead of sending HTTP requests to the environment provider.
@t-persson t-persson requested a review from fredjn March 6, 2024 11:40
@andmat900
Copy link
Contributor Author

Closing this PR to conflicts/rebase errors. Created a new one: #57

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.

3 participants