Skip to content

temp disable test_sample_config

13f16a8
Select commit
Loading
Failed to load commit list.
Closed

SCRATCH (testing CI system) #1275

temp disable test_sample_config
13f16a8
Select commit
Loading
Failed to load commit list.
DCO-2 / DCO required action Feb 19, 2026 in 1s

Check failed

All commits are incorrectly signed off, the check did not pass.

Summary


Sha Message Pass or fail reason
🔴 ccab3ec build(nix): shell.nix support Sign-off not found
🔴 b478404 build(nix): phase out rust-toolchain.toml Sign-off not found
🔴 2bbeb3b build(nix): frr build Sign-off not found
🔴 742efc3 fix(build): remove gc-sections and as-needed Sign-off not found
🔴 9396034 build: rework build.rs scripts Sign-off not found
🔴 33e86b3 build(nix): clean up dpdk build Sign-off not found
🔴 023d3fd fix(build): wrong bluefield2 platform Sign-off not found
🔴 ad078c0 build(nix): fix missing prime in libunwind build Sign-off not found
🔴 73b3588 build(nix): formatting Sign-off not found
🔴 78d68c4 build(nix): dataplane debug contianer Sign-off not found
🔴 1d77377 build(nix): add minimal gdb build Sign-off not found
🔴 c154f3b fix(build): incorrect tokio features in dev-depend... Sign-off not found
🔴 b03bd78 fix(doc): typo Sign-off not found
🔴 5664e46 chore(docs): clean up pointless include for link Sign-off not found
🔴 6c82dbc roll over to new build Sign-off not found
🔴 fb47c88 wip Sign-off not found
🔴 1fe78ec wip Sign-off not found
🔴 29e0f9a fixup! wip Sign-off not found
🔴 5ed37a0 fixup! fixup! wip Sign-off not found
🔴 be9154d fixup! fixup! fixup! wip Sign-off not found
🔴 b330fa7 fixup! fixup! fixup! fixup! wip Sign-off not found
🔴 51eb571 wip Sign-off not found
🔴 b194b84 wip Sign-off not found
🔴 20102ae wip Sign-off not found
🔴 ed9a517 wip Sign-off not found
🔴 b0abb79 wip Sign-off not found
🔴 e9e19d5 wip Sign-off not found
🔴 1acc5e7 wip Sign-off not found
🔴 f9470ef wip Sign-off not found
🔴 1c8fd9c wip Sign-off not found
🔴 99fda1f wip Sign-off not found
🔴 f01b72d wip Sign-off not found
🔴 194c7d5 wip Sign-off not found
🔴 a0e766b lockfile Sign-off not found
🔴 0c4482a wip Sign-off not found
🔴 34da7b2 wip Sign-off not found
🔴 ba33d86 wip Sign-off not found
🔴 b681052 wip Sign-off not found
🔴 773ad78 revert Sign-off not found
🔴 70be945 wip Sign-off not found
🔴 4506458 wip Sign-off not found
🔴 48b1427 wip Sign-off not found
🔴 7700794 wip Sign-off not found
🔴 49f2eb7 wip Sign-off not found
🔴 d1b9c37 wip Sign-off not found
🔴 fcdf253 wip Sign-off not found
🔴 9732932 wip Sign-off not found
🔴 c820ed8 wip Sign-off not found
🔴 439d124 bump Sign-off not found
🔴 229a2ef wip Sign-off not found
🔴 99889c9 wip Sign-off not found
🔴 af43f3f wip Sign-off not found
🔴 e6594ea wip Sign-off not found
🔴 292cd40 wip Sign-off not found
🔴 376bffe fixup! wip Sign-off not found
🔴 a22908a wip Sign-off not found
🔴 a6d888f wip Sign-off not found
🔴 fc0c724 fixup! wip Sign-off not found
🔴 792815a fixup! fixup! wip Sign-off not found
🔴 9de254d fixup! fixup! fixup! wip Sign-off not found
🔴 6addf09 wip Sign-off not found
🔴 b6ce330 wip Sign-off not found
🔴 b143d5b wip Sign-off not found
🔴 224af53 wip Sign-off not found
🔴 1c81907 wip Sign-off not found
🔴 5e4aff3 wip Sign-off not found
🔴 48b72d4 wip Sign-off not found
🔴 13f16a8 temp disable test_sample_config Sign-off not found

Errors details

Sign-off not found

No sign-off was found in the commit message. This usually means that the author or committer of this commit failed to include a Signed-off-by line in the commit message. In some cases, this error can also be raised if the sign-off is not in the correct format.

To avoid having pull requests blocked in the future, always include a Signed-off-by: User1 <user1@email.test> line in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

How to fix missing or invalid sign-offs

Option 1: add remediation commit

Remediation commits are not allowed for this repository. For more details about how to enable them, please see the documentation.

Option 2: fix commits without sign-off

Rebase the branch

If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").

Warning

You should only do this if:

  • You are the only author of the commits in this branch
  • You are absolutely certain nobody else is doing any work based upon this branch
  • There are no empty commits in the branch

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~68 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin refactor-flags7