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

Add publishing workload-sets to a deployment with approval #356

Closed
Tracked by #357
MiYanni opened this issue Mar 19, 2025 · 0 comments · Fixed by #362
Closed
Tracked by #357

Add publishing workload-sets to a deployment with approval #356

MiYanni opened this issue Mar 19, 2025 · 0 comments · Fixed by #362
Assignees

Comments

@MiYanni
Copy link
Member

MiYanni commented Mar 19, 2025

Summary

The current workload-set pipeline publishes to the feedForPublishing feed when publishToFeed is set to true. That is designated here and here.

This should be changed so that:

  • Publishing is a separate job that depends on the main build job
    • You'll need to download the specific artifacts in the job that are needed for publishing
  • Publishing requires approval via a deployment job using the provided environment
    • Message First Responders if you need to get added to the environment so you can test the approval process

I suggest not making the deployment job actually publish the workload-set right away. Do some other action and use that to verify everything is working properly. Then, put the pre-existing publish task in there. You can possibly talk to @marcpopMSFT to publish a throwaway workload-set version to test publish end-to-end.

Other Info

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 a pull request may close this issue.

2 participants