Skip to content

Conversation

khurtado
Copy link
Contributor

Fixes #12429

Status

not-tested

Description

Test running agent with cmsweb endpoints only

Is it backward compatible (if not, which system it affects?)

YES

@dmwm-bot
Copy link

Jenkins results:

  • Python3 Unit tests: failed
    • 196 new failures
    • 1 tests no longer failing
    • 16 changes in unstable tests
  • Python3 Pylint check: failed
    • 19 warnings and errors that must be fixed
    • 7 warnings
    • 343 comments to review
  • Pycodestyle check: succeeded
    • 38 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/958/artifact/artifacts/PullRequestReport.html

@dmwm-bot
Copy link

Jenkins results:

  • Python3 Unit tests: failed
    • 196 new failures
    • 1 tests no longer failing
    • 14 changes in unstable tests
  • Python3 Pylint check: failed
    • 54 warnings and errors that must be fixed
    • 11 warnings
    • 394 comments to review
  • Pycodestyle check: succeeded
    • 158 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/959/artifact/artifacts/PullRequestReport.html

@amaltaro
Copy link
Contributor

amaltaro commented Sep 2, 2025

test this please

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 196 new failures
    • 1 tests no longer failing
    • 14 changes in unstable tests
  • Python3 Pylint check: failed
    • 54 warnings and errors that must be fixed
    • 11 warnings
    • 394 comments to review
  • Pycodestyle check: succeeded
    • 158 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/962/artifact/artifacts/PullRequestReport.html

@khurtado
Copy link
Contributor Author

khurtado commented Sep 2, 2025

test this please

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 100 new failures
    • 1 tests no longer failing
    • 11 changes in unstable tests
  • Python3 Pylint check: failed
    • 54 warnings and errors that must be fixed
    • 10 warnings
    • 394 comments to review
  • Pycodestyle check: succeeded
    • 158 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/968/artifact/artifacts/PullRequestReport.html

@khurtado
Copy link
Contributor Author

khurtado commented Sep 2, 2025

test this please

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 35 new failures
    • 4 changes in unstable tests
  • Python3 Pylint check: failed
    • 64 warnings and errors that must be fixed
    • 15 warnings
    • 426 comments to review
  • Pycodestyle check: succeeded
    • 245 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/969/artifact/artifacts/PullRequestReport.html

@khurtado
Copy link
Contributor Author

khurtado commented Sep 2, 2025

test this please

Copy link
Contributor

@amaltaro amaltaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khurtado I tried to highlight which modules are important to update (along the code).
Most of the test/*, src/python/WMQuality and mocking stuff is irrelevant - as we are not planning to merge these changes.

I would suggest to make an explicity replacement back from cmsweb-prod to cmsweb - as workflow specs are supposed to be set as cmsweb-prod in ReqMgr2 (which propagates down into the system).

@@ -254,7 +254,8 @@ def __init__(self, config):

# parse mandatory attributes from the configuration
self.config = config
dbsUrl = "https://cmsweb-prod.cern.ch/dbs/prod/global/DBSReader"
#dbsUrl = "https://cmsweb-prod.cern.ch/dbs/prod/global/DBSReader"
dbsUrl = "https://cmsweb.cern.ch/dbs/prod/global/DBSReader"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is important.

@@ -88,7 +88,8 @@ def __init__(self, url, logger=None, parallel=None, **contact):

# instantiate dbs api object
try:
self.dbsURL = url.replace("cmsweb.cern.ch", "cmsweb-prod.cern.ch")
#self.dbsURL = url.replace("cmsweb.cern.ch", "cmsweb-prod.cern.ch")
self.dbsURL = url
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is important.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And maybe we should check like:

if cmsweb-prod.cern.ch:
 then set cmsweb.cern.ch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I am doing the inverse replacement now

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 6 new failures
    • 2 changes in unstable tests
  • Python3 Pylint check: failed
    • 75 warnings and errors that must be fixed
    • 15 warnings
    • 467 comments to review
  • Pycodestyle check: succeeded
    • 266 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/970/artifact/artifacts/PullRequestReport.html

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 6 new failures
    • 1 changes in unstable tests
  • Python3 Pylint check: failed
    • 75 warnings and errors that must be fixed
    • 15 warnings
    • 467 comments to review
  • Pycodestyle check: succeeded
    • 266 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/971/artifact/artifacts/PullRequestReport.html

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 1 new failures
    • 1 changes in unstable tests
  • Python3 Pylint check: failed
    • 112 warnings and errors that must be fixed
    • 18 warnings
    • 814 comments to review
  • Pycodestyle check: succeeded
    • 514 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/972/artifact/artifacts/PullRequestReport.html

@khurtado
Copy link
Contributor Author

khurtado commented Sep 2, 2025

@amaltaro Thanks! I made the changes to force replace from cmsweb-prod to cmsweb in the files you pointed out.

@dmwm-bot
Copy link

dmwm-bot commented Sep 2, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 1 new failures
    • 2 changes in unstable tests
  • Python3 Pylint check: failed
    • 112 warnings and errors that must be fixed
    • 18 warnings
    • 814 comments to review
  • Pycodestyle check: succeeded
    • 513 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/973/artifact/artifacts/PullRequestReport.html

@khurtado khurtado force-pushed the noprod branch 2 times, most recently from 38e0f6f to 6f6938b Compare September 3, 2025 17:05
Fix bug in previous commit.

Explicitly force change from cmsweb-prod to cmsweb
@dmwm-bot
Copy link

dmwm-bot commented Sep 3, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 102 new failures
    • 1 tests no longer failing
    • 13 changes in unstable tests
  • Python3 Pylint check: failed
    • 54 warnings and errors that must be fixed
    • 10 warnings
    • 394 comments to review
  • Pycodestyle check: succeeded
    • 157 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/979/artifact/artifacts/PullRequestReport.html

@dmwm-bot
Copy link

dmwm-bot commented Sep 3, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 102 new failures
    • 1 tests no longer failing
    • 12 changes in unstable tests
  • Python3 Pylint check: failed
    • 54 warnings and errors that must be fixed
    • 10 warnings
    • 394 comments to review
  • Pycodestyle check: succeeded
    • 157 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/980/artifact/artifacts/PullRequestReport.html

@dmwm-bot
Copy link

dmwm-bot commented Sep 3, 2025

Jenkins results:

  • Python3 Unit tests: failed
    • 103 new failures
    • 1 tests no longer failing
    • 13 changes in unstable tests
  • Python3 Pylint check: failed
    • 54 warnings and errors that must be fixed
    • 10 warnings
    • 394 comments to review
  • Pycodestyle check: succeeded
    • 157 comments to review

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/WMCore-PR-Report/981/artifact/artifacts/PullRequestReport.html

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

Successfully merging this pull request may close these issues.

WorkflowUpdater failing to update pileupconf.json
3 participants