-
Notifications
You must be signed in to change notification settings - Fork 68
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
Enable selections in docker image build workflow #2643
Conversation
@@ -30,102 +40,45 @@ env: | |||
jobs: | |||
create-runners: | |||
runs-on: [ self-hosted, scheduler ] | |||
strategy: | |||
matrix: | |||
arch: ${{ fromJson(inputs.arch) }} |
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.
if a user passes in a single container, does it need to be specified like ["lmi"]
, or will "lmi"
work as well?
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.
I made a fix so it accepts both now.
https://github.com/deepjavalibrary/djl-serving/actions/runs/12550909958/job/34994447028
Description
Type of change
Please delete options that are not relevant.
Checklist:
pytest tests.py -k "TestCorrectnessLmiDist" -m "lmi_dist"
Feature/Issue validation/testing
a run with building all images: https://github.com/deepjavalibrary/djl-serving/actions/runs/12423622213
a run with some images: 12423485871