fix(linux): add test_variable to cse_cmd.sh#8698
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Linux CSE command template (cse_cmd.sh) to introduce an additional environment variable in the generated provisioning command.
Changes:
- Add
TEST_VARIABLEto the set of variables emitted into the CSE command environment.
| SKIP_WAAGENT_HOLD="{{GetSkipWaAgentHold}}" | ||
| TEST_VARIABLE="{{GetSkipWaAgentHold}}" | ||
| /usr/bin/nohup /bin/bash -c "/bin/bash /opt/azure/containers/provision_start.sh" |
| PRE_PROVISION_ONLY="{{GetPreProvisionOnly}}" | ||
| CSE_TIMEOUT="{{GetCSETimeout}}" | ||
| SKIP_WAAGENT_HOLD="{{GetSkipWaAgentHold}}" | ||
| TEST_VARIABLE="{{GetSkipWaAgentHold}}" |
|
🕵️ AgentBaker Linux Gate Detective — Build 167833671 ( TL;DRMatches existing wiki signature This draft PR adds a single 3-level RCA1. Surface symptom — 209 failures in 2. Corroboration — Failures span shared clusters 3. Root-cause challenge — Strongest alternative: PR-caused CSE regression. Why less likely:
Classification
Recommended next action
Evidence
Posted by Clawpilot AgentBaker Linux Gate Detective Watcher. |
What this PR does / why we need it:
this is a test.