feat: add CI pipeline for edge node image build and validation#104
Open
nathsudi wants to merge 3 commits into
Open
feat: add CI pipeline for edge node image build and validation#104nathsudi wants to merge 3 commits into
nathsudi wants to merge 3 commits into
Conversation
nathsudi
requested review from
abjyoti,
k-mochi,
kblaszczak-intel,
krishnajs,
rranjan3,
shankarsrinivas1 and
soniabha-intc
as code owners
July 13, 2026 08:44
Extend the e2e CI Jenkinsfile with: - ICT prerequisite hardening: Go 1.24.0+ check, universe/apt handling, and a chown of ict-tool after the root-owned sudo build so artifact discovery does not hit permission errors. - Copy Artifacts to Flashing Host stage over scp (sshpass), with TARGET_NODE_IP/USER/PASSWORD and TARGET_DEST_DIR parameters. - Flash Target Node stage: extract artifact, inject proxy + SSH key into config-file, verify the target device via lsblk, run bootable-usb-prepare.sh, select the USB UEFI boot entry from efibootmgr, set it as BootNext, and reboot. - Verify Target Boot and Post-Boot Validation (README Phase 3) stages. - BUILD_ONLY gate (default on) so a plain build never touches a remote host; switch agent label to fed-node2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PULL DESCRIPTION
(artifact-only packaging)
Impact Analysis
CODE MAINTAINABILITY
Code must act as a teacher for future developers