conductor

sign in

smoke

statesuccess
jobback to job
imagedocker:28-cli
arch-
attempt1 of 1
worker${attr.unique.hostname}
duration22s

log

[conductor] task smoke on ${attr.unique.hostname}
[conductor] commit 2c4cae92a912 attempt 1
[conductor] image docker:28-cli
$ apk add --no-cache git openssl curl
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
(1/5) Upgrading libcrypto3 (3.5.4-r0 -> 3.5.8-r0)
(2/5) Upgrading libssl3 (3.5.4-r0 -> 3.5.8-r0)
(3/5) Upgrading libcurl (8.14.1-r2 -> 8.14.1-r3)
(4/5) Installing curl (8.14.1-r3)
(5/5) Installing openssl (3.5.8-r0)
Executing busybox-1.37.0-r19.trigger
Executing ca-certificates-20250911-r0.trigger
OK: 25 MiB in 37 packages
$ ./deploy/smoke.sh

== building images
sha256:f33197336ee08505d14a26480d87f13ea8c8c39e49bf74f531bf22e4fff3158e
sha256:5154029974694b17ca703e2815bcef6460a8e54cc930b40ac3344eb394016350

== preparing a repository

== starting the conductor
 Network conductor-smoke-e1700571_default  Creating
 Network conductor-smoke-e1700571_default  Created
 Volume conductor-smoke-e1700571_smoke-data  Creating
 Volume conductor-smoke-e1700571_smoke-data  Created
 Container conductor-smoke-e1700571-conductor-1  Creating
 Container conductor-smoke-e1700571-conductor-1  Created
 Container conductor-smoke-e1700571-conductor-1  Starting
 Container conductor-smoke-e1700571-conductor-1  Started
using http://172.18.0.1:32768
{"ok":true,"data":{"service":"conductor","database":"sqlite","storage":"local","auth":"local"}}

== copying the repository into the conductor

== registering the project and a worker

== starting the worker
 Container conductor-smoke-e1700571-conductor-1  Running
 Container conductor-smoke-e1700571-worker-1  Creating
 Container conductor-smoke-e1700571-worker-1  Created
 Container conductor-smoke-e1700571-worker-1  Starting
 Container conductor-smoke-e1700571-worker-1  Started

== triggering a job
{"ok":true,"data":{"status":"created","job_id":"m35jqpn18rf1v7sv7fpn"}}

== waiting for the job to finish
job m35jqpn18rf1v7sv7fpn finished as success after 6s

== checking the log and the artifact
artifact contents: packaged

== reading the task back through the api

== checking the interface

== checking that a branch push leaves the restricted task out
{"ok":true,"data":{"status":"created","job_id":"m35jqwqbf4ydggvr5npb"}}
branch job finished as success with 2 tasks and no release task

PASSED

== cleaning up
[conductor] done