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

chore: make linux e2e tests run for the VHD they are built for. #5456

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Conversation

timmy-wright
Copy link
Contributor

@timmy-wright timmy-wright commented Dec 19, 2024

What type of PR is this?

/chore

What this PR does / why we need it:

This PR changes the Linux VHD build pipeline so that the e2e tests run for each VHD, and only the e2e tests for that VHD are run. It removes duplication between the PR VHDs we build (and those e2e tests) and makes the template a bit easier to read.

Note that at this time, the e2e test filtering is not working. I'll work on that when I have some headspace.

Screen snapshot of new pipeline structure. Note that this is taken from the PR checkin pipeline, so we are disabling most VHD builds and tests - only building and testing 3 VHDs. This is easily configurable.

image

Requirements:

Special notes for your reviewer:

Release note:

none

@r2k1
Copy link
Contributor

r2k1 commented Dec 22, 2024

One thing is concerning me.

We're running a bunch of steps to prepare a test environment. Create an RG, create a cluster etc. Now we're going to attempt the same action concurrently x20. (There is also can be concurrent pipeline execution)

It may produce some subtle and flaky concurrency-related bugs.

It also increases amount of ARM-API calls and makes it more likely to get the subscription throttled.

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.

2 participants