Feature/optimize GitHub actions#1016
Merged
Merged
Conversation
Drop older Python versions (3.8, 3.10, 3.12 where a newer existed) from CI matrices to cut job counts. Updated scipy version-pin test to 1.11.x which supports Python 3.12+. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace the catch-all 'paths: **' with targeted script directory lists derived from each workflow's full dependency chain. Workflows now only trigger when files in their actual execution path are modified: - ABTF: automotive app, model, dataset, automotive src/utils - ResNet50 / RGAT: inference app, dispatch, impl, model, loadgen, src - mlcommons-cpp: C++ impl, model, loadgen, inference src - script-features: automation/script/ core modules only - submission-generation (inference + automotive): submission scripts, checker, src Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Benchmark workflows now run weekly on Sunday midnight UTC in addition to PR-path triggers, and can be launched manually via workflow_dispatch. Affected: abtf-poc, resnet50, rgat, mlcommons-cpp-resnet50, submission-generation, script-features, image-classification-onnx. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
anandhu-eng
marked this pull request as draft
July 1, 2026 14:44
anandhu-eng
marked this pull request as ready for review
July 1, 2026 16:43
github.event.pull_request.head.* is empty on schedule and workflow_dispatch
events. Add || fallbacks so these workflows pull the correct repo/branch when
triggered by cron or manually:
REPO/PR_HEAD_REPO → falls back to format('{0}/{1}', github.server_url, github.repository)
BRANCH/PR_HEAD_REF → falls back to github.ref_name
Applies to all 7 workflows that received cron+dispatch in Step 3.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
arjunsuresh
reviewed
Jul 1, 2026
| - '.github/workflows/test-image-classification-onnx.yml' | ||
| - '**' | ||
| - '!**.md' | ||
| schedule: |
Collaborator
There was a problem hiding this comment.
Don't think we should change this to schedule job.
arjunsuresh
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧾 PR Checklist
dev📌 Note: PRs must be raised against
dev. Do not commit directly tomain.📁 File Hygiene & Output Handling
📝 Comments & Communication
Fixes #,Related to #, etc.)🛡️ Safety & Security