Dennis Lee

Results 10 comments of Dennis Lee

I have been using a new Alma9 based image to run tests for WMCore. It can be found here: https://github.com/d-ylee/jenkins-test/tree/main/docker/wmcore-dev

I made a PR for the new image: https://github.com/dmwm/CMSKubernetes/pull/1549 Please take a look!

@amaltaro I was testing this and it was rotating the logs, but not retaining them or adding the date. I found out that the date was originally provided in `rotatelogs`...

To add a note: This function doesn't do what the docstring says: https://github.com/dmwm/WMCore/blob/dd7835203b951857de3a544c0a5dc8ed50d121c7/src/python/WMCore/WMLogging.py#L68-L85 The new date string is replaced, not added. So if the string doesn't contain yesterdayStr, then the...

@amaltaro If we remove the lines in RESTDaemon as you suggested, should we also remove this: https://github.com/dmwm/WMCore/blob/6228aa0268f7cab8e36cb9d0698c1d1ddb4de4e3/src/python/WMCore/REST/Main.py#L410-L413 I think this was used to setup streaming to `rotatelogs`. The other thing...

@amaltaro I am currently creating a new WMCore development image that is pulling in the different test scripts from the cmssw and cmsbot repos.

Additional updates: I created a WMCore-PR-pylint Pipeline and was able to successfully run PR pylint and grab artifacts. Currently using a hardcoded PR#11995 and TargetBranch Master. Jenkinsfile: https://github.com/d-ylee/jenkins-test/blob/main/WMCore-PR-pylint/Jenkinsfile Results: https://cmssdt.cern.ch/dmwm-jenkins/view/WMCore%20Docker/job/WMCore-PR-pylint/13/

We have currently migrated the Repository with the Jenkinsfiles to https://github.com/dmwm/WMCore-Jenkins. All jobs using Jenkins Declarative Pipelines from SCM have been updated with the new repo.