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

Cleanup jobs requesting an empty OS at the job classad #11081

Closed
amaltaro opened this issue Apr 11, 2022 · 0 comments · Fixed by #11083 or #11088
Closed

Cleanup jobs requesting an empty OS at the job classad #11081

amaltaro opened this issue Apr 11, 2022 · 0 comments · Fixed by #11083 or #11088

Comments

@amaltaro
Copy link
Contributor

Impact of the bug
WMAgent

Describe the bug
While validating these job wrapper changes:
#11077

I noticed that Cleanup jobs actually define an empty string for the required OS:

  CMS_JobType = "Cleanup"
  REQUIRED_OS = ""

How to reproduce it
Create a workflow and check the job classads for a Cleanup job.

Expected behavior
Cleanup jobs don't rely on any CMSSW release, so ScramArch is actually not defined for this step.
When converting the job/step requirements into job classads, we should make sure that REQUIRED_OS has a correct value, which is either any or the rhelX string.

Additional context and error message
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant