Skip to content

Commit

Permalink
Enable master nonlatent on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo authored and fauust committed Oct 25, 2023
1 parent bbcad6d commit cd353c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt-get update \
&& pip install --no-cache-dir pip -U \
&& pip install --no-cache-dir \
buildbot-prometheus \
buildbot-worker \
buildbot-worker==3.0.1 \
docker==4.3.1 \
flask \
libvirt-python \
Expand Down
3 changes: 1 addition & 2 deletions docker-compose/generate-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"autogen/x86-master-0",
"master-docker-nonstandard",
"master-galera",
# TODO this one needs an older version of buildbot
# "master-nonlatent",
"master-nonlatent",
# TODO Enable this once it's more clear what needs to be done
# "master-libvirt",
"master-protected-branches",
Expand Down

0 comments on commit cd353c7

Please sign in to comment.