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

Convert reusable to non-reusable GitHub Action #12180

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

amaltaro
Copy link
Contributor

@amaltaro amaltaro commented Nov 22, 2024

Fixes #12179

Status

not-tested

Description

With this PR, we:

  • get rid of the pypi template for build and package publication;
  • instead, we converted it to a non-reusable workflow.
  • in addition, the template yaml file is no longer relevant, hence deleted.
  • finally, we have also reverted all the attempts to integrate Attestation in the pipeline (1st commit)

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

YES

Related PRs

Resolving failed attempts in:
#12178
and
#12177

External dependencies / deployment changes

According to ChatGPT, each target can be processed in parallel. Which I understand that it won't be the same job building all the packages one after the other. --> "Efficiently builds and publishes packages for multiple targets in parallel."

Copy link
Member

@mapellidario mapellidario left a comment

Choose a reason for hiding this comment

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

it looks good to me

@dmwm-bot
Copy link

Jenkins results:

  • Python3 Unit tests: succeeded
    • 1 tests added
    • 3 changes in unstable tests
  • Python3 Pylint check: succeeded
  • Pycodestyle check: succeeded

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

@amaltaro amaltaro merged commit a94f008 into dmwm:master Nov 22, 2024
2 of 3 checks passed
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.

CD pipeline no longer works because of PyPi attestations enforcement for reusable workflow
3 participants