Skip to content

Dual port solution | CI test #391

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

Open
wants to merge 10 commits into
base: vNext
Choose a base branch
from

Conversation

BasharRadya
Copy link
Collaborator

Description

Please provide a summary of the change.

What

Subject: what this PR is doing in one line.

Why ?

Justification for the PR. If there is existing issue/bug please reference.

How ?

It is optional but for complex PRs please provide information about the design,
architecture, approach, etc.

Change type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

NirWolfer and others added 10 commits May 20, 2025 14:09
Csbuild fails due to issues with some cpp files, which were previously
not found in Clang18, but are found in Clang19

Until these issues are resolved, we will use Clang18

Signed-off-by: NirWolfer <[email protected]>
Shared user sometimes been abused by other teams causing GitHub token exhaustion
This causes delays in GHPRB plug in response

Move to media team dedicated service user

Signed-off-by: Michael Braverman <[email protected]>
Previously, BlackDuck scans were triggered via the NGCI module, which
depended on a Gerrit token that caused CI failures when rotated.
This commit replaces NGCI with a script that uses SSH-based cloning,
improving reliability and log clarity.

Signed-off-by: Viacheslav Login <[email protected]>
To increase security and prevent security checks failures, we want to
remove secrets from the codebase and move them to Jenkins's credential.

Signed-off-by: Viacheslav Login <[email protected]>
Released packed should be tar.gz instead of src.rpm, with a small change
to the dir stucture

Move libxlio.spec to the root of the directory being compressed.
Remove libxlio.spec from contrib/scripts/libxlio.spec

For now we will create both the src.rpm and the tar.gz
created in the build_pkg.sh , and moves it to the release folder.

Pointers to the new tar.gz file are not being created by the script

Signed-off-by: NirWolfer <[email protected]>
Replace linux list with BSD list due to license

Signed-off-by: Bashar Abdelgafer <[email protected]>
Signed-off-by: Gal Noam <[email protected]>
do_release fails in line 72 due to missing space between the caluse and
the brackets

Signed-off-by: NirWolfer <[email protected]>
Signed-off-by: Gal Noam <[email protected]>
In case the socket is attached to an epoll, then delegate
ring polling operation to the epoll context.
This way we ensure fair polling upon all rings of the epoll context.

Signed-off-by: Bashar Abdelgafer <[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.

5 participants