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

feat: use a driver script for codefile appbundles #53

Merged
merged 12 commits into from
May 31, 2024

Conversation

mortenpi
Copy link
Member

@mortenpi mortenpi commented May 27, 2024

When you submit an appbundle where you specify the code via a path, i.e. JuliaHub.appbundle(dir, file), it now launches it with the help of a driver script. This ensures that @__DIR__ etc. are set up correctly and include works as the user would expect.

Fix #37.

@mortenpi mortenpi changed the title docs: clarify how to load scripts in appbundles feat: use a driver script for codefile appbundles May 28, 2024
@mortenpi mortenpi marked this pull request as ready for review May 28, 2024 07:53
docs/src/guides/jobs.md Outdated Show resolved Hide resolved
src/jobsubmission.jl Outdated Show resolved Hide resolved
src/jobsubmission.jl Outdated Show resolved Hide resolved
src/jobsubmission.jl Outdated Show resolved Hide resolved
src/jobsubmission.jl Outdated Show resolved Hide resolved
src/appbundle-driver.jl Show resolved Hide resolved
@pmodv
Copy link

pmodv commented May 28, 2024

Dear colleagues, would it be possible to return the proxy_link in the job_submit() response? We will need to be able to access the proxy_link of the job without going into the UI.

pfitzseb
pfitzseb previously approved these changes May 31, 2024
Co-authored-by: Morten Piibeleht <morten.piibeleht@juliahub.com>
@mortenpi mortenpi merged commit 7243fb7 into main May 31, 2024
11 of 12 checks passed
@mortenpi mortenpi deleted the mp/appbundle-clarify-docs branch May 31, 2024 09:23
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.

Source file not found in appbundle jobs
3 participants