Skip to content

Conversation

@shivakunv
Copy link
Contributor

@shivakunv shivakunv commented Sep 6, 2025

Sometimes ,new kernel releases or enabling full fledged e2e AWS testing , creates too many instances ( >= 12) . This change will restrict AWS instances to batches of 5 . Once a batch of 5 completes , another batch of upto 5 instances will be created to continue running the e2e tests .
This will resolve AWS account instance limit error ( vpcs creation)

@shivakunv shivakunv self-assigned this Sep 6, 2025
@shivakunv shivakunv force-pushed the limite2einstance branch 3 times, most recently from 24f7593 to 11a05a4 Compare September 8, 2025 03:17
@shivakunv
Copy link
Contributor Author

@tariq1890 @cdesiniotis PTAL
@ArangoGutierrez Batch e2e instance (max 5)

@shivakunv shivakunv changed the title limit e2e instance Restrict e2e runs to 5 instances Sep 8, 2025
@tariq1890
Copy link
Contributor

@shivakunv Please provide more context in the pull request's description

@shivakunv
Copy link
Contributor Author

@shivakunv Please provide more context in the pull request's description

updated the description

@shivakunv
Copy link
Contributor Author

@tariq1890
Sometimes ,new kernel releases or enabling full fledged e2e AWS testing , creates too many instances ( >= 12) . This change will restrict AWS instances to batches of 5 . Once a batch of 5 completes , another batch of upto 5 instances will be created to continue running the e2e tests .
This will resolve AWS account instance limit error ( vpcs creation)

@shivakunv
Copy link
Contributor Author

@tariq1890 @cdesiniotis PTAL

matrix:
kernel_version: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.matrix_values) }}
exclude: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.exclude_matrix_values) }}
# no of jobs to run in parallel
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you remove this comment? I think the max-parallel is pretty self-explanatory

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed .

Copy link
Contributor

@tariq1890 tariq1890 left a comment

Choose a reason for hiding this comment

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

just one minor comment

Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
@tariq1890 tariq1890 merged commit 107caa6 into main Sep 22, 2025
20 checks passed
@tariq1890 tariq1890 deleted the limite2einstance branch September 22, 2025 18:35
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.

3 participants