From 0ed63a0b6fae95381efbe14e1add3b10ccad351c Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:46:45 +0530 Subject: [PATCH 1/2] Update GitHub action for v5.1 - submission generation --- ...mlperf-inference-submission-generation.yml | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-mlperf-inference-submission-generation.yml b/.github/workflows/test-mlperf-inference-submission-generation.yml index 001e86acf..f4ea7df13 100644 --- a/.github/workflows/test-mlperf-inference-submission-generation.yml +++ b/.github/workflows/test-mlperf-inference-submission-generation.yml @@ -29,14 +29,13 @@ jobs: python-version: [ "3.12" ] division: ["closed", "open", "closed-open"] category: ["datacenter", "edge"] - round: ["4.1", "5.0"] + round: ["5.0", "5.1"] case: ["closed"] action: ["run", "docker"] exclude: - os: macos-latest - os: windows-latest - category: "edge" - - round: "4.1" - case: "closed-edge" include: - os: ubuntu-latest @@ -67,6 +66,34 @@ jobs: round: "5.0" case: "closed-edge" action: "docker" + - os: ubuntu-latest + python-version: "3.12" + division: "closed" + category: "edge" + round: "5.1" + case: "closed-edge" + action: "run" + - os: ubuntu-latest + python-version: "3.12" + division: "closed" + category: "edge" + round: "5.1" + case: "closed-edge" + action: "docker" + - os: ubuntu-latest + python-version: "3.12" + division: "open" + category: "edge" + round: "5.1" + case: "closed-edge" + action: "run" + - os: ubuntu-latest + python-version: "3.12" + division: "open" + category: "edge" + round: "5.1" + case: "closed-edge" + action: "docker" steps: - uses: actions/checkout@v3 @@ -111,4 +138,4 @@ jobs: mlc ${{ matrix.action }} script --tags=run,inference,submission,checker --submitter_id_off=mysubmitter_id --tar=yes --submission_dir=mysubmissions/mlperf_submission --submission_tar_file=mysubmission.tar.gz --quiet --src_version=v${{ matrix.round }} $docker_tags fi - echo "::endgroup::" \ No newline at end of file + echo "::endgroup::" From d49f40117cb7277351f7fabea4707ea852fc5989 Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:45:35 +0530 Subject: [PATCH 2/2] fix. typo --- .github/workflows/run_tests_on_modified_meta_with_secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests_on_modified_meta_with_secrets.yml b/.github/workflows/run_tests_on_modified_meta_with_secrets.yml index 96b0bc7ce..3e2484ce3 100644 --- a/.github/workflows/run_tests_on_modified_meta_with_secrets.yml +++ b/.github/workflows/run_tests_on_modified_meta_with_secrets.yml @@ -47,7 +47,7 @@ jobs: git remote add upstream ${{ github.event.pull_request.base.repo.clone_url }} git fetch upstream changed_files=$(git diff upstream/${{ github.event.pull_request.base.ref }} --name-only | paste -sd, -) - echo "$changed_files" | python3 .github/scripts/list_modified_files.py + echo "$changed_files" | python3 .github/scripts/list_modified_scripts_with_secrets.py process_modified_files: needs: