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

improve github actions #515

Merged
merged 2 commits into from
Oct 9, 2023

Commits on Oct 2, 2023

  1. Speed up GitHub action runs and save resources

    - Require short running actions (golangci, test, build) before starting slower virtual-k8s-cluster and only run virtual-ocp when virtual-k8s-cluster succeed
    - Allow cancellation
    
    These two changes together reduce the amount of resources used
    
    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3241c2f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. add networkManager to disable dhcp on vfs

    disable dhcp on vfs for vanilly k8s CI.
    if we don't disable it the device plugin will not use this devices
    
    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    41774fb View commit details
    Browse the repository at this point in the history