Skip to content

Commit

Permalink
Use full path for runvm script
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Mar 10, 2024
1 parent e57d315 commit 5090597
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions master-bintars/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def getBintarBuilder(
timeout=3600,
logfiles={"kernel": "kernel_" + getport() + ".log"},
env={"TERM": "vt102"},
command=["runvm"]
command=["/root/buildbot/runvm"]
+ args
+ [
"--base-image=/kvm/vms/" + kvm_image + "-build.qcow2",
Expand All @@ -190,12 +190,6 @@ def getBintarBuilder(
)
)

# Custom Test Step
# Step 6: Running tests (Placeholder, adapt as needed)
bin_fact.addStep(
steps.ShellCommand(description=["running", "tests"], command=["make", "test"])
)

return bin_fact


Expand Down

0 comments on commit 5090597

Please sign in to comment.