Skip to content

Conversation

@daniellepintz
Copy link
Contributor

This will make it easier to tell what a MAST job is running.

Before, MAST jobs looked like: daniellepintz-forge-tw3pdn

After, they look like:
Screenshot 2025-11-09 at 1 54 12 PM

https://www.internalfb.com/mlhub/pipelines/runs/mast/qwen3_32b_mast-ugj9cm

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 9, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.10%. Comparing base (a239f0c) to head (d8044d7).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #544      +/-   ##
==========================================
- Coverage   84.60%   84.10%   -0.51%     
==========================================
  Files          30       29       -1     
  Lines        3807     3687     -120     
==========================================
- Hits         3221     3101     -120     
  Misses        586      586              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

USER=$(whoami)
# Generate a unique job name based on the config file name
BASENAME=$(basename "$CONFIG_FILE" .yaml)
BASENAME=${BASENAME#.meta/mast/}
Copy link
Contributor

@casteryh casteryh Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
BASENAME=${BASENAME#.meta/mast/}

We shouldn't need this? the output of basename should already be something like qwen_32b.

@daniellepintz daniellepintz merged commit f32140b into main Nov 10, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants