Adding sriov-network-device-plugin spec file
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
- [x] The toolchain has been rebuilt successfully (or no changes were made to it)
- [x] The toolchain/worker package manifests are up-to-date
- [x] Any updated packages successfully build (or no packages were changed)
- [x] Packages depending on static components modified in this PR (Golang,
*-staticsubpackages, etc.) have had theirReleasetag incremented. - [x] Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
- [x] All package sources are available
- [x] cgmanifest files are up-to-date and sorted (
./cgmanifest.json,./toolkit/tools/cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json) - [x] LICENSE-MAP files are up-to-date (
./SPECS/LICENSES-AND-NOTICES/data/licenses.json,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON) - [x] All source files have up-to-date hashes in the
*.signatures.jsonfiles - [x]
sudo make go-tidy-allandsudo make go-test-coveragepass - [x] Documentation has been updated to match any changes to the build system
- [x] Ready to merge
Summary
What does the PR accomplish, why was it needed? Added sriov-network-device-plugin rpm to mariner. This will be leveraged by the ECF BFG team.
Change Log
- Thu Sep 23 2022 Aditya Dubey [email protected] - 3.3-1
- Original version for CBL-Mariner
- License Verified
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology
-
Validated locally by using the local build command:
sudo make build-packages -j8 PACKAGE_BUILD_LIST="sriov-network-device-plugin" PACKAGE_REBUILD_LIST="sriov-network-device-plugin" CONFIG_FILE= REBUILD_TOOLS=y REBUILD_TOOLCHAIN=n REBUILD_PACKAGES=y SOURCE_URL="https://cblmarinerstorage.blob.core.windows.net/sources/core" SRPM_FILE_SIGNATURE_HANDLING=update TOOLCHAIN_ARCHIVE=toolchain_built_rpms_all.tar.gzThis successfully built the rpm with the following output:INFO[0398] Building sriov-network-device-plugin-3.3-1.cm2.src.rpm INFO[0432] Built: sriov-network-device-plugin-3.3-1.cm2.src.rpm -> [/home/aditya/Desktop/CBL-Mariner/out/RPMS/x86_64/sriov-network-device-plugin-3.3-1.cm2.x86_64.rpm /home/aditya/Desktop/CBL-INFO[0002] Building sriov-network-device-plugin-3.4.0-1.cm2.src.rpm INFO[0040] Built: sriov-network-device-plugin-3.4.0-1.cm2.src.rpm -> [/home/aditya/Desktop/CBL-Mariner/out/RPMS/x86_64/sriov-network-device-plugin-3.4.0-1.cm2.x86_64.rpm /home/aditya/Desktop/CBL-Mariner/out/RPMS/x86_64/sriov-network-device-plugin-debuginfo-3.4.0-1.cm2.x86_64.rpm] INFO[0040] 0 currently active build(s): []. INFO[0040] All packages built INFO[0041] --------------------------- INFO[0041] --------- Summary --------- INFO[0041] --------------------------- INFO[0041] Number of built SRPMs: 1 INFO[0041] Number of prebuilt SRPMs: 9 INFO[0041] Number of failed SRPMs: 0 INFO[0041] Number of blocked SRPMs: 0 INFO[0041] Number of unresolved dependencies: 0 INFO[0041] Number of toolchain RPM conflicts: 0 INFO[0041] Number of toolchain SRPM conflicts: 0 INFO[0041] Built SRPMs: INFO[0041] --> sriov-network-device-plugin-3.4.0-1.cm2.src.rpm -
Also validated this on the BuddyBuild-Spec Pipeline build id: 4005