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

[QE] minimal improvements around windows qe gh actions #4363

Merged
merged 3 commits into from
Sep 24, 2024

Commits on Sep 20, 2024

  1. QE: reduce the amount of windows e2e executions

    From now on only PRs will be executed, merges to main will not be cheked the downstream envs will ensure consistency on the main branch. The new condition also ensures PRs triggered by Dependabot will not be checked, those will be checked once they are merged to main on downstream, or if they will be re-triggered from the PR
    
    Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
    adrianriobo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    65446b3 View commit details
    Browse the repository at this point in the history
  2. QE: windows e2e gh action bump mapt to v0.6.9

    Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
    adrianriobo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bb686a4 View commit details
    Browse the repository at this point in the history
  3. QE: windows integration gh action increased overall timeout for suite.

    For some reason integration suite is taking a bit more time due to the provisioned machines on the cloud, and it is showing false positives due to suite execution timeout, now the suite timeout is set to 120m
    
    Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
    adrianriobo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    81c5fc8 View commit details
    Browse the repository at this point in the history