Skip to content

Conversation

@fintelia
Copy link
Contributor

@fintelia fintelia requested a review from a team as a code owner September 26, 2025 22:25
Copilot AI review requested due to automatic review settings September 26, 2025 22:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the OS modifier version configuration in the CI/CD pipeline to ensure functional tests use the correct build type instead of always defaulting to the preview version.

  • Adds a new osModifierBuildType parameter with configurable options (dev/preview)
  • Updates the e2e template to explicitly use the "dev" build type
  • Passes the build type parameter through to the OS modifier download template

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.pipelines/templates/stages/testing_functional/functional-testing.yml Adds osModifierBuildType parameter with dev/preview options and passes it to download template
.pipelines/templates/e2e-template.yml Sets osModifierBuildType to "dev" for functional testing stage

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

- template: stages/testing_functional/functional-testing.yml
parameters:
downloadPrebuiltImage: false
osModifierBuildType: "dev"
Copy link
Contributor

Choose a reason for hiding this comment

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

wont this force a rebuild always even on our ci piepline?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like yes. And since we use the same check elsewhere, I think the selection logic is broken there too

Copy link
Member

Choose a reason for hiding this comment

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

i haven't dug in at all, but it seems to work:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fintelia fintelia marked this pull request as draft September 26, 2025 22:49
@frhuelsz frhuelsz closed this Oct 27, 2025
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.

5 participants