Skip to content

Commit

Permalink
buildbot-host: add (disabled) fedora-rawhide worker
Browse files Browse the repository at this point in the history
It can't be disabled until a bug has been fixed upstream

URL: actions/runner-images#3812
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1988199
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
  • Loading branch information
mattock authored and cron2 committed Feb 13, 2022
1 parent a079bc3 commit 18511f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions buildbot-host/buildbot-worker-fedora-rawhide/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ARG IMAGE=fedora:rawhide
ARG DEPS_SH=install-openvpn-build-deps-fedora.sh
ARG MY_NAME="buildbot-worker-fedora-rawhide"
ARG MY_VERSION="v1.0.0"
3 changes: 3 additions & 0 deletions buildbot-host/buildbot-worker-fedora-rawhide/env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BUILDMASTER=buildmaster
WORKERNAME=fedora-rawhide
WORKERPASS=vagrant
8 changes: 7 additions & 1 deletion buildbot-host/buildmaster/worker-default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ image=openvpn_community/buildbot-worker-arch:v1.0.0
[fedora-34]
image=openvpn_community/buildbot-worker-fedora-34:v1.0.0

# Disabled until fixed
# Fedora 35+ is disabled until this bug is fixed:
#
# https://bugzilla.redhat.com/show_bug.cgi?id=1988199
#
#[fedora-35]
#image=openvpn_community/buildbot-worker-fedora-35:v1.0.0

#[fedora-rawhide]
#image=openvpn_community/buildbot-worker-fedora-rawhide:v1.0.0

[opensuse-leap-15]
image=openvpn_community/buildbot-worker-opensuse-leap-15:v1.0.0

Expand Down

0 comments on commit 18511f3

Please sign in to comment.