Skip to content

Update seeds for inference v6.0 #977

Update seeds for inference v6.0

Update seeds for inference v6.0 #977

# This workflow will test the submission generation using MLPerf Automation.
# This test calls the test-mlperf-inference-submission-generation.yml file from automation repo
name: MLC based Submission Generation
on:
pull_request:
branches: [ "master", "dev" ]
paths:
- '.github/workflows/test-submission-generation.yml'
- '**'
- '!**.md'
jobs:
run-tests:
uses: mlcommons/mlperf-automations/.github/workflows/test-mlperf-inference-submission-generation.yml@subcheckmod_change

Check failure on line 16 in .github/workflows/test-submission-generation.yml

View workflow run for this annotation

GitHub Actions / MLC based Submission Generation

Invalid workflow file

The workflow is not valid. .github/workflows/test-submission-generation.yml (Line: 16, Col: 11): Input ref is required, but not provided while calling. .github/workflows/test-submission-generation.yml (Line: 16, Col: 11): Input repo-url is required, but not provided while calling.
with:
inf-branch: ${{ github.event.pull_request.head.ref }}
inf-repo-url: ${{ github.event.pull_request.head.repo.html_url }}
automation-repo: mlcommons@mlperf-automations
automation-repo-branch: subcheckmod_change