diff --git a/master-bintars/master.cfg b/master-bintars/master.cfg index af52424a..0146a57a 100644 --- a/master-bintars/master.cfg +++ b/master-bintars/master.cfg @@ -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", @@ -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