From 0ebeb19e8763c9bfc033a3493bd67262c1e5be63 Mon Sep 17 00:00:00 2001 From: amdfaa <107946068+amdfaa@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:05:06 -0600 Subject: [PATCH] Update run_with_env_secrets.py --- .github/scripts/run_with_env_secrets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/run_with_env_secrets.py b/.github/scripts/run_with_env_secrets.py index e254ec014d..fcb9a6cff8 100644 --- a/.github/scripts/run_with_env_secrets.py +++ b/.github/scripts/run_with_env_secrets.py @@ -86,6 +86,9 @@ def main(): { os.environ.get('GPU_FLAG', '') } \ -v "{ os.environ.get('GITHUB_WORKSPACE', '') }/{ os.environ.get('REPOSITORY', '') }:/{ os.environ.get('REPOSITORY', 'work') }" \ -v "{ os.environ.get('GITHUB_WORKSPACE', '') }/test-infra:/test-infra" \ + -v "{ os.environ.get('RUNNER_ARTIFACT_DIR', '') }:/artifacts" \ + -v "{ os.environ.get('RUNNER_DOCS_DIR', '') }:/docs" \ + -v "{ os.environ.get('RUNNER_TEST_RESULTS_DIR', '') }:/test-results" \ -v "{ os.environ.get('RUNNER_TEMP', '') }/exec_script:/exec" \ -v "{ os.environ.get('GITHUB_STEP_SUMMARY', '') }":"{ os.environ.get('GITHUB_STEP_SUMMARY', '') }" \ -w /{ os.environ.get('REPOSITORY', 'work') } \