File tree Expand file tree Collapse file tree
.github/skills/update-env-vars Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ A2A_USER_INPUT=
5757AZURE_TEST_RUN_LIVE = false
5858AZURE_SKIP_LIVE_RECORDING = true
5959
60+ # Used by hosted agent
61+ FOUNDRY_HOSTED_AGENT_NAME =
62+
6063# Used in Fine-tuning tests
6164COMPLETED_OAI_MODEL_SFT_FINE_TUNING_JOB_ID =
6265COMPLETED_OAI_MODEL_RFT_FINE_TUNING_JOB_ID =
@@ -88,6 +91,6 @@ RUN_EXTENDED_FINE_TUNING_LIVE_TESTS=false
8891# - SAMPLE_TEST_ERROR_LOG: Sample crashed with an exception during execution
8992# - SAMPLE_TEST_FAILED_LOG: Sample ran successfully but LLM validation failed (incorrect output)
9093# - SAMPLE_TEST_PASSED_LOG: Sample ran successfully and LLM validation passed (correct output)
91- # SAMPLE_TEST_PASSED_LOG=<sample_filename>_success_<timestamp>.log
92- # SAMPLE_TEST_FAILED_LOG=<sample_filename>_failed_<timestamp>.log
93- # SAMPLE_TEST_ERROR_LOG=<sample_filename>_errors_<timestamp>.log
94+ SAMPLE_TEST_PASSED_LOG = <sample_filename>_success_<timestamp>.log
95+ SAMPLE_TEST_FAILED_LOG = <sample_filename>_failed_<timestamp>.log
96+ SAMPLE_TEST_ERROR_LOG = <sample_filename>_errors_<timestamp>.log
Original file line number Diff line number Diff line change 1+ *
2+ ! .gitignore
You can’t perform that action at this time.
0 commit comments