ci: fix ACTIONS_STEP_DEBUG not working#8517
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 canceled.
|
|
Hi @zirain do you have a chance to test this works when manually run a flow with enable debugging is checked? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8517 +/- ##
==========================================
- Coverage 74.17% 74.14% -0.04%
==========================================
Files 242 242
Lines 37609 37669 +60
==========================================
+ Hits 27895 27928 +33
- Misses 7773 7787 +14
- Partials 1941 1954 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
before: https://github.com/envoyproxy/gateway/actions/runs/23038429771/job/66912666163 |
|
how is |
'ACTIONS_STEP_DEBUG' is used to manually open the debug log of github CI and rename it to 'ENABLE_COLLECT_AND_DUMP' to avoid misunderstanding. |
056f3b2 to
bac57eb
Compare
Signed-off-by: zirain <zirain2009@gmail.com>
bac57eb to
324648b
Compare
|
@arkodg @zhaohuabing I simply this change, just set |
|
Do we need to rename ACTIONS_STEP_DEBUG to ENABLE_COLLECT_AND_DUMP in test/e2e/tests/utils.go? |
we could do that if needed in the future. |
xref: https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging?search-overlay-input=jobs#enabling-step-debug-logging
set
ACTIONS_STEP_DEBUGenv ifrunner.debugis1