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

[batch] Expose job group structure in the UI #14600

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

daniel-goldstein
Copy link
Contributor

Fixes #14598

@daniel-goldstein
Copy link
Contributor Author

There's more work to be done here. This adds a new route to the batch UI for getting a certain job group within a batch. It then, instead of listing all jobs, only lists the jobs that belong directly to the currently viewed job group and also shows the child job groups of the current job group.

When picking up this PR I would make sure to go through the Batch development tutorial to make sure you are familiar with dev deploying. Then, read this to learn about all the ways you can avoid dev deploying 😄

If you are only making tweaks in the HTML templates, you don't need to keep deploying for every little change. Instead, run

make devserver SERVICE=batch

in your terminal and you'll get a local server that proxies the Batch that your hail installation is pointed to. You can then make changes to HTML and refresh your browser to see the results. Note that this is just rendering the HTML locally, and will have any effect on what's deployed, meaning you can't use it for python changes.

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.

[batch] The Batch UI should incorporate the job group structure to more easily navigate jobs
1 participant