Skip to content
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

fix typo in sm workflow inputs #807

Merged
merged 1 commit into from
Jun 6, 2023
Merged

fix typo in sm workflow inputs #807

merged 1 commit into from
Jun 6, 2023

Conversation

siddvenk
Copy link
Contributor

@siddvenk siddvenk commented Jun 6, 2023

Description

Typo in default value of mode was causing issues starting the python script. This should fix that, I kicked off a run here with the changes and it seems to be working so far https://github.com/deepjavalibrary/djl-serving/actions/runs/5191566105

@siddvenk siddvenk requested review from zachgk, frankfliu and a team as code owners June 6, 2023 17:32
@@ -6,7 +6,7 @@ on:
mode:
description: "release/nightly containers to test. Default is nightly"
required: false
default: nightly
default: 'nightly'
Copy link
Member

Choose a reason for hiding this comment

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

the true default will be empty (if triggered by scheduler) please make sure you have this checked in the script.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's the issue then. I didn't know that before, thanks for sharing. I've updated the workflow accordingly

@siddvenk siddvenk merged commit a9dc937 into master Jun 6, 2023
7 checks passed
@siddvenk siddvenk deleted the sm-test-input branch June 6, 2023 22:56
KexinFeng pushed a commit to KexinFeng/djl-serving-forked that referenced this pull request Aug 16, 2023
KexinFeng pushed a commit to KexinFeng/djl-serving-forked that referenced this pull request Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants