-
Notifications
You must be signed in to change notification settings - Fork 5
fix(jobs): align executor kind/provider with AIRCORE-397 execution model #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
matthewgrossman
wants to merge
20
commits into
main
Choose a base branch
from
AIRCORE-513-align-executorkind-with-original-plan/mgrossman
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cd7a881
fix(jobs): Separate compute and executor payload shapes
matthewgrossman 665e334
self review
matthewgrossman af07f83
fixes
matthewgrossman 0b59a34
Merge branch 'main' into AIRCORE-513-align-executorkind-with-original…
matthewgrossman 78191cb
make update-sdk
matthewgrossman 03120ab
add profiles
matthewgrossman 91e6e65
fixes
matthewgrossman 47c2516
self code review
matthewgrossman 3b920b8
lint
matthewgrossman ca3bebc
fix(jobs): update config files and clean up PR review feedback
matthewgrossman aed8e5d
fix(jobs): fix lint errors and re-export FilesetMetadata from types.f…
matthewgrossman 6552ef1
style: format test files
matthewgrossman ba8ec99
fix(lint): add unused-type-ignore-comment to ty ignore list
matthewgrossman a4f2afc
fix(tests): add kind to e2e executor dicts, suppress ty invalid-key i…
matthewgrossman ebee99c
fix(tests): convert e2e tests to subprocess executors, add kind to in…
matthewgrossman 1cbe6a5
style: format test_job_search.py
matthewgrossman 4eae0b1
Merge branch 'main' into AIRCORE-513-align-executorkind-with-original…
matthewgrossman 0ff5d89
feat(jobs): thread resolved kind+profile through compile pipeline
matthewgrossman ae1b784
fix: resolve merge conflict in e2e/test_jobs.py
matthewgrossman 85c29de
fix(jobs): default kind to "container" in compile signatures
matthewgrossman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subprocess-profile precondition is unmet in CI, so these tests fail at create-job time.
This suite now hard-depends on
cpu/subprocess, but CI currently returns422(The execution profile 'cpu/subprocess' ... does not exist). Provision that profile in the e2e runtime config, or preflight-skip subprocess-only tests when it is absent.Also applies to: 57-60
🤖 Prompt for AI Agents
Source: Pipeline failures