-
Notifications
You must be signed in to change notification settings - Fork 87
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
DEVEX-2461 Noble in NF pipelines by default #1435
base: master
Are you sure you want to change the base?
Conversation
if build_project_id is None: | ||
parser.error( | ||
"Can't create an applet without specifying a destination project; please use the -d/--destination flag to explicitly specify a project") | ||
|
||
nf_builder_job = dxpy.DXApp(name=get_importer_name()).run(app_input=input_hash, project=build_project_id, | ||
nf_builder_job = dxpy.DXApplet("applet-GyXBgzj01xy03BB454gXJxP8").run(applet_input=input_hash, project=build_project_id, |
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.
This will be changed back to the NPI after we release it (NPI), however for testing I needed to change it to my applet.
Note that NPI release does not break anything, however if we release dx-toolkit without NPI, it will break dx-toolkit.
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.
just a few minor suggestions, otherwise LGTM...leaving approval after the NPI app is released...
Co-authored-by: Jan Dvorsky <[email protected]>
Co-authored-by: Jan Dvorsky <[email protected]>
Co-authored-by: jsitarova-dnanexus <[email protected]>
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.
LG
Changed default ubuntu version for NF applets to 24.04, also refactored the way extra args are handled