Run a JPLAG analysis as a container job#1
Draft
AlexandreDoneux wants to merge 16 commits into
Draft
Conversation
…itory This commit implements the environments as previously introduced by the PR number 1111 in the main INGInious repository (INGInious/INGInious/#1111). It will be followed by changes requested in that PR.
anthonygego
reviewed
Jun 23, 2026
| @@ -0,0 +1,250 @@ | |||
| # -*- coding: utf-8 -*- | |||
| # | |||
| # Copyright (c) 2017 Ludovic Taffin | |||
Member
There was a problem hiding this comment.
Suggested change
| # Copyright (c) 2017 Ludovic Taffin | |
| # Copyright (c) 2017-2026 Université catholique de Louvain |
anthonygego
reviewed
Jun 23, 2026
anthonygego
left a comment
Member
There was a problem hiding this comment.
You're modifying the generic structure of plugins by stripping the main python module folder. Does the pip setup file supports this now ?
Is there a way of ensuring the module name apart of doing a pip edit install ? Adding the repo path the the PYTHONPATH and making import module_name was quite consistent until now.
When checking this parameter the submissions were archived on the machine running JPLAG remotely. in addition to never being reused it has no sense if jplag is ran as a job in a container.
…sions to be taken into account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The point of this PR is to change the way JPLAG code analysis are made by running them in a job, similarly to any INGInious submission. Steps of this PR :
.jplagfile)Additional possible features that fall outside of the scope of this PR :