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

Refactor CI Pipeline #362

Merged
merged 4 commits into from
Feb 27, 2020
Merged

Refactor CI Pipeline #362

merged 4 commits into from
Feb 27, 2020

Conversation

vexx32
Copy link
Owner

@vexx32 vexx32 commented Feb 27, 2020

PR Summary

Refactor the CI/CD pipeline YAML to be a little tidier, make better use of variables, and split it into stages to let the separate test runs be handled completely in parallel.

Also split out the PSake steps into proper Azure pipeline steps, and moved the build/publish module steps to their own stages entirely.

Removed the PSake dependency.

Checklist

  • Pull Request has a meaningful title.
  • Summarised changes.
  • Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.

@vexx32 vexx32 added PR-Needs-Review 🔍 Let's take a closer look! Category-Build 🚀 Modifies the build / deployment system labels Feb 27, 2020
@vexx32 vexx32 force-pushed the CI/Refactor branch 2 times, most recently from 5a5cced to 240bc65 Compare February 27, 2020 04:48
Refactored pipeline to handle steps on its own, so we can drop PSake.

Also moved the build module steps to their own job so it's not tied
to one of the test run jobs and is clearly marked in pipeline runs
If the changelog stage doesn't need to run, skip it entirely so it
displays in the Azure UI as being skipped.
@vexx32 vexx32 removed the PR-Needs-Review 🔍 Let's take a closer look! label Feb 27, 2020
@vexx32 vexx32 merged commit 286c5bb into master Feb 27, 2020
@vexx32 vexx32 deleted the CI/Refactor branch February 27, 2020 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Build 🚀 Modifies the build / deployment system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant