-
Notifications
You must be signed in to change notification settings - Fork 49
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
Generic Container Timeout support #544
Comments
From the proposed airship design discussion, here are key directions: airshipctl container executor implementation has to pass the timeout to container implementation:There are two ways to do so:
Timeout needs to be respected by the containers that we run.We use 3 main images for those containers currently:
|
Can someone assign it to me? |
Related Change #792801Subject: Pass TIMEOUT_SECONDS env variable to generic container API ApprovalsCode-Review
! None
Verified
+1 Zuul
+1 ATT Airship2.0 CI
Workflow
! None Last Updated: 2021-05-28 05:39:55 CDT |
Move cloud-init KRM to image-builder https://review.opendev.org/c/airship/image-builder/+/802046 |
It looks like @vladiskuz may be working on something else currently, I can take on finishing this as I have capacity. |
@joshuaherrera added you to this issue |
@joshuaherrera |
@vladiskuz Since it is close to completion, I will unassign myself so you can finish this issue. Apologies. |
@vladiskuz , @joshuaherrera , Relates to: #597 is mentioned in the commit message for the PS above - https://review.opendev.org/c/airship/airshipctl/+/805619. Is 805619 related to this 544 issue here, or 597? |
please assign to me |
Per Slack discussion, please assign this issue to me for finalizing. |
As laid out in #533, timeouts are currently ignored by the executors. To begin provide this support, this issue asks the following:
The text was updated successfully, but these errors were encountered: