FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use vmImage in yaml and merge build definitions into 1 by using jobs. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI by bergmeister · Pull Request #1403 · PowerShell/PSScriptAnalyzer · GitHub

Use vmImage in yaml and merge build definitions into 1 by using jobs. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI - #1403

Merged
Christoph Bergmeister (bergmeister) merged 15 commits into
PowerShell:masterfrom
bergmeister:vmImage_yaml
Feb 3, 2020

Conversation

Christoph Bergmeister (bergmeister) commented Feb 2, 2020
edited
Loading

Copy link
Copy Markdown
Collaborator

PR Summary

  • Use vmImage in yaml to merge all build definitions into 1 PSScriptAnalyzer-CI build definition by using jobs instead of defining the image in the build definition itself. This means the Ubuntu/macOs/Windows specific build definitions can be deleted after this PR. This reduces maintenance in Azure DevOps and makes it easier for us adapt for upcoming image changes. With that we now also test against both Ubuntu versions and using jobs prepares us for using multi-stage pipelines as the next step (there isn't really a benefit in terms of time-savings though). In a PR the individual stages are reported individually but I don't think we can have badges for the individual jobs.
  • Since Azure DevOps seems to work fine, we can disable the other images in AppVeyor except for WMF4, for which Azure Pipelines does not have a hosted image for
  • The sporadic failures in the UseCompatibleCommand test suite change over time, therefore disabling the test cases individually was not working well.
  • Add build badge

PR Checklist

Christoph Bergmeister (bergmeister) changed the title WIP: try using multi-job yaml with different images Use vmImage in yaml to merge Ubuntu%macOS build definitions into 1 'Unix' build definition. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI Feb 2, 2020
Christoph Bergmeister (bergmeister) changed the title Use vmImage in yaml to merge Ubuntu%macOS build definitions into 1 'Unix' build definition. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI Use vmImage in yaml to merge Ubuntu & macOS build definitions into 1 'Unix' build definition. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI Feb 2, 2020
Christoph Bergmeister (bergmeister) changed the title Use vmImage in yaml to merge Ubuntu & macOS build definitions into 1 'Unix' build definition. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI Use vmImage in yaml and merge build definitions into 1 by using jobs. Disable all AppVeyor images except for WMF4. Disable flaky UseCompatibleCommand tests on Ubuntu in CI Feb 2, 2020
Christoph Bergmeister (bergmeister) marked this pull request as ready for review February 2, 2020 20:38
Christoph Bergmeister (bergmeister) merged commit d5cb76f into PowerShell:master Feb 3, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL