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 nightly feed publishing #8810

Merged
merged 3 commits into from Jan 11, 2024
Merged

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Jan 11, 2024

This adds a CI pipeline which publishes nightly builds of Orleans from the main branch.

  • We cannot specify parameters or variables in YAML schedules, therefore we need something else.
  • To avoid duplicating the main pipeline yaml, I moved the guts of build.yaml into a template, templates/build.yaml and reference that from the root build.yaml.
  • Since templates cannot have schedules or triggers, those go into the base build.yaml as well as the template, and they're passed through explicitly as template parameters.
  • nightly-main.yaml contains the nightly build publishing pipeline and it references templates/build.yaml, setting a publish_nightly parameter.
  • Since you apparently cannot specify variables in templates which also have jobs, the variables go into templates/vars.yaml and we reference them from nightly-main.yaml and build.yaml

If I am wrong about the above rationale, please let me know - I am not an AzDO expert

Microsoft Reviewers: Open in CodeFlow

@ReubenBond
Copy link
Member Author

ReubenBond commented Jan 11, 2024

@benjaminpetit PTAL

@benjaminpetit benjaminpetit enabled auto-merge (squash) January 11, 2024 15:20
@benjaminpetit benjaminpetit merged commit 12d8f4a into dotnet:main Jan 11, 2024
16 of 19 checks passed
@ReubenBond ReubenBond deleted the rebond/nightly branch January 11, 2024 18:48
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants