Skip to content

Commit

Permalink
Add missing determineOutputs in JobSpec.java (#1377)
Browse files Browse the repository at this point in the history
When importing the changes for "ass-outputs" I was missing the function to parse the output data from the jobspec. Follow up to #1361
  • Loading branch information
lithorus authored Jun 17, 2024
1 parent 6433f7d commit beb3560
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ private void handleLayerTags(BuildableJob buildableJob, Element jobTag) {
determineMinimumMemory(buildableJob, layerTag, layer,
buildableLayer);
determineMinimumGpuMemory(buildableJob, layerTag, layer);
determineOutputs(layerTag, buildableJob, layer);

// set a timeout value on the layer
if (layerTag.getChildTextTrim("timeout") != null) {
Expand Down

0 comments on commit beb3560

Please sign in to comment.