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

Do not run tests when building OVS for UBI #6104

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

xliuxu
Copy link
Contributor

@xliuxu xliuxu commented Mar 13, 2024

This change adds back the default RPMBUILD_OPT option to disable unnecessary tests when building OVS rpm packages, which was previously overwritten in #6052.

This change adds back the default `RPMBUILD_OPT` to disable
unnecessary tests when building OVS rpm packages, which was
previously overwritten in antrea-io#6052.

Signed-off-by: Xu Liu <[email protected]>
@xliuxu xliuxu force-pushed the xliu2/disable-build-check-ubi branch from d5643aa to be93e46 Compare March 13, 2024 03:06
# See https://github.com/openvswitch/ovs/blob/v2.17.7/rhel/openvswitch-fedora.spec.in#L26-L27.
RPMBUILD_OPT="--without libcapng" make rpm-fedora && mkdir -p /tmp/ovs-rpms && \
RPMBUILD_OPT="--without libcapng --without check" make rpm-fedora && mkdir -p /tmp/ovs-rpms && \
Copy link
Contributor

Choose a reason for hiding this comment

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

is this the default when RPMBUILD_OPT is not explicitly set?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@antoninbas
Copy link
Contributor

/skip-all

@antoninbas antoninbas merged commit 80f9182 into antrea-io:main Mar 14, 2024
50 of 54 checks passed
luolanzone pushed a commit to luolanzone/antrea that referenced this pull request Jun 14, 2024
This change adds back the default `RPMBUILD_OPT` to disable
unnecessary tests when building OVS rpm packages, which was
previously overwritten in antrea-io#6052.

Signed-off-by: Xu Liu <[email protected]>
luolanzone pushed a commit to luolanzone/antrea that referenced this pull request Jun 14, 2024
This change adds back the default `RPMBUILD_OPT` to disable
unnecessary tests when building OVS rpm packages, which was
previously overwritten in antrea-io#6052.

Signed-off-by: Xu Liu <[email protected]>
tnqn pushed a commit that referenced this pull request Jun 14, 2024
This change adds back the default `RPMBUILD_OPT` to disable
unnecessary tests when building OVS rpm packages, which was
previously overwritten in #6052.

Signed-off-by: Xu Liu <[email protected]>
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.

2 participants