Skip to content

improve on handling job data from a different master_job_cache #428

@erwindon

Description

@erwindon

When a different master-job-cache is used, e.g. postgres, then some details are different:

  • runner/wheel jobs are now also visible in the jobs list. they have a stored target field which holds an artificial value (hostname + _master).
  • when viewing the jobs page, for runner/wheel jobs show an error because it does not know how to handle the return codes from these. it is visible as 1 failure(undefined)
  • when viewing the jobs page, for the regular jobs no minions is show. this is what started this github issue. for runner/wheel jobs that is actually correct, but maybe also superfluous.
  • some of the internally used runner/wheel commands are not hidden from the jobs lists. the policy in SaltGUI is to hide internally used commands so that the more interesting jobs are visible.

SaltGUI should improve on handling those situations by compensating/explaining/ignoring.
This issue is the result of the work for #427

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions