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

Migrate Docker tests from Drone to GHA #10421

Closed
Tracked by #9477
dereknola opened this issue Jun 28, 2024 · 0 comments
Closed
Tracked by #9477

Migrate Docker tests from Drone to GHA #10421

dereknola opened this issue Jun 28, 2024 · 0 comments
Labels
kind/enhancement An improvement to existing functionality

Comments

@dereknola
Copy link
Contributor

Is your feature request related to a problem? Please describe.

  • We currently stagger run (2 at any time) the docker tests in Drone. Its slower and limits how fast we can run the entire amd64 pipeline (as we also need to run E2E tests on that platform). Also docker tests slowly cause use to hit storage limits on the Drone runners, requiring pruning.
    Describe the solution you'd like

We should try and move as many as possible into GH actions as a test matrix, for true parallel functions. arm64/arm pipeline will still run the docker tests in drone.

@brandond brandond changed the title Migrat Docker tests from Drone to GHA Migrate Docker tests from Drone to GHA Jun 28, 2024
@caroline-suse-rancher caroline-suse-rancher added the kind/enhancement An improvement to existing functionality label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement An improvement to existing functionality
Projects
Status: Done Issue
Development

No branches or pull requests

2 participants