aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-10-03 03:20:32 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-10-03 03:20:32 +0200
commit4827e44a0e0e6df8786bec353c7f01a39af4e089 (patch)
tree5f041833feca208dfb37d662d8eb4cdba718304c /buildbot_gentoo_ci
parentAdd support for workes, nodes, images and flavors in db (diff)
downloadtinderbox-cluster-4827e44a0e0e6df8786bec353c7f01a39af4e089.tar.gz
tinderbox-cluster-4827e44a0e0e6df8786bec353c7f01a39af4e089.tar.bz2
tinderbox-cluster-4827e44a0e0e6df8786bec353c7f01a39af4e089.zip
Fix bootstrap_tab in workers db
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'buildbot_gentoo_ci')
-rw-r--r--buildbot_gentoo_ci/db/workers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/db/workers.py b/buildbot_gentoo_ci/db/workers.py
index afc7815..e82a6b2 100644
--- a/buildbot_gentoo_ci/db/workers.py
+++ b/buildbot_gentoo_ci/db/workers.py
@@ -151,7 +151,7 @@ class WorkersConnectorComponent(base.DBConnectorComponent):
name=row.name,
tag=row.tag,
dockerfile=row.dockerfile,
- bootstrap_image_tag=row.bootstrap_image_tag
+ bootstrap_tag=row.bootstrap_tag
)
def _row2dict_worker_config(self, conn, row):
return dict(