-
Notifications
You must be signed in to change notification settings - Fork 137
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 failure when reporting final action: #632
Fix failure when reporting final action: #632
Conversation
Codecov Report
@@ Coverage Diff @@
## main #632 +/- ##
==========================================
- Coverage 44.63% 44.43% -0.20%
==========================================
Files 61 61
Lines 3524 3497 -27
==========================================
- Hits 1573 1554 -19
+ Misses 1869 1862 -7
+ Partials 82 81 -1
Continue to review full report at Codecov.
|
This allows the final action in a workflow to successfully report its status and consequently allow a workflow to complete. Signed-off-by: Jacob Weinstock <[email protected]> Signed-off-by: Manuel Mendez <[email protected]>
f76203d
to
8c5a987
Compare
Thanks, I changed the |
## Description The current image that is used in the main branch doesn't work due to the issue which is reported here: #143. There was a PR which addressed this issue already which can be found here tinkerbell/tink#632. This PR uses the latest `tink-server`, `tink-worker` and `tink-cli` which has the fix already in place. ## Why is this needed Fixes: # ## How Has This Been Tested? - Checked out the main branch - Update the env var `vTINK` to `sha-16186501` - Run docker compose - Provision all the needed manifests(HW, WFL, TPL) - Reboot the machine ## How are existing users impacted? What migration steps/scripts do we need? I haven't updated any other components or image except the tink image. ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
…ell#146) ## Description The current image that is used in the main branch doesn't work due to the issue which is reported here: tinkerbell#143. There was a PR which addressed this issue already which can be found here tinkerbell/tink#632. This PR uses the latest `tink-server`, `tink-worker` and `tink-cli` which has the fix already in place. ## Why is this needed Fixes: # ## How Has This Been Tested? - Checked out the main branch - Update the env var `vTINK` to `sha-16186501` - Run docker compose - Provision all the needed manifests(HW, WFL, TPL) - Reboot the machine ## How are existing users impacted? What migration steps/scripts do we need? I haven't updated any other components or image except the tink image. ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
Description
This allows the final action in a workflow to successfully report its status and consequently allow a workflow to complete.
This issue: #559 incorrectly describes a fix that was applied in this PR: #576
Why is this needed
Fixes: tinkerbell/playground#143
How Has This Been Tested?
Unit tests were added and the sandbox (vagrant virtualbox quickstart) was used to manually test.
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: