Skip to content

Configurable GINKGOTIMEOUT in winmake.ps1 #26847

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

Merged
merged 1 commit into from
Aug 18, 2025

Conversation

arixmkii
Copy link
Contributor

Fixes #26795

Allows to override default timeout values for test runs.

I used the same logic as in

podman/Makefile

Line 143 in 8674775

GINKGOTIMEOUT ?= -timeout=90m
where the env variable is updated prior to use if it is not set by user.

Does this PR introduce a user-facing change?

None

Allows to override default timeout values for test runs.

Signed-off-by: Arthur Sengileyev <[email protected]>
@baude
Copy link
Member

baude commented Aug 18, 2025

/approve
LGTM

Copy link
Contributor

openshift-ci bot commented Aug 18, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: arixmkii, baude

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 18, 2025
@mheon
Copy link
Member

mheon commented Aug 18, 2025

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 18, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 37776dd into containers:main Aug 18, 2025
38 of 41 checks passed
Luap99 added a commit to Luap99/libpod that referenced this pull request Aug 19, 2025
The winmake target is critical for the machine task as this is used to
actually run the ginkgo command line. PR containers#26847 modified that line will
not actaully running the tests which means it is easy to break CI with
this. Now the chnage of the PR was correct so it worked fine this time
but for the future make sure we actually run the tests in such cases.

Signed-off-by: Paul Holzinger <[email protected]>
Luap99 added a commit to Luap99/libpod that referenced this pull request Aug 19, 2025
The winmake target is critical for the machine task as this is used to
actually run the ginkgo command line. PR containers#26847 modified that line will
not actually running the tests which means it is easy to break CI with
this. Now the chnage of the PR was correct so it worked fine this time
but for the future make sure we actually run the tests in such cases.

Signed-off-by: Paul Holzinger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support configurable ginkgo --timeout in winmake.ps1
3 participants