Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverting back bbw workers #509

Merged
merged 8 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
192 changes: 93 additions & 99 deletions .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.runner || 'ubuntu-latest' }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use ubuntu-22.04 or ubuntu-24.04 (not latest).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@RazvanLiviuVarzaru RazvanLiviuVarzaru Jul 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grooverdan We can lock ubuntu-latest to ubuntu-22.04 to prevent any future GitHub updates for -latest runner.
Let's merge this please when possible, I need to come up with some additions to this yml file for fedora40-valgrind.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that was my point, pining version is more predictable.

services:
registry:
image: registry:2
Expand All @@ -24,87 +24,87 @@ jobs:
fail-fast: false
matrix:
include:
# - dockerfile: centos.Dockerfile
# image: almalinux:8
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: centos.Dockerfile pip.Dockerfile
# image: almalinux:9
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: debian.Dockerfile
# image: debian:11
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# - dockerfile: debian.Dockerfile
# image: debian:12
# tag: debian12
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# - dockerfile: debian.Dockerfile
# image: debian:12
# tag: debian12-386
# branch: 10.11
# platforms: linux/386
# - dockerfile: debian.Dockerfile aocc.Dockerfile
# image: debian:11
# tag: debian11-aocc
# branch: 10.11
# platforms: linux/amd64
# - dockerfile: debian.Dockerfile msan.Dockerfile
# image: debian:11
# branch: 10.11
# tag: debian11-msan
# clang_version: 15
# platforms: linux/amd64
# - dockerfile: debian.Dockerfile msan.Dockerfile
# image: debian:11
# branch: 10.11
# tag: debian11-msan-clang-16
# clang_version: 16
# platforms: linux/amd64
# - dockerfile: debian.Dockerfile
# image: debian:sid
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# - dockerfile: debian.Dockerfile
# image: debian:sid
# tag: debiansid-386
# branch: 10.11
# platforms: linux/386
# - dockerfile: debian.Dockerfile
# image: ubuntu:20.04
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
# - dockerfile: debian.Dockerfile
# image: ubuntu:22.04
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
# - dockerfile: debian.Dockerfile
# image: ubuntu:23.10
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: debian.Dockerfile
# image: ubuntu:24.04
# branch: 10.11
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
# - dockerfile: fedora.Dockerfile
# image: fedora:38
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: fedora.Dockerfile
# image: fedora:39
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: fedora.Dockerfile
# image: fedora:40
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: centos7.Dockerfile pip.Dockerfile
# image: centos:7
# platforms: linux/amd64
# - dockerfile: centos.Dockerfile pip.Dockerfile
# image: quay.io/centos/centos:stream9
# tag: centosstream9
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# # //TEMP Error: Unable to find a match: ccache python3-scons (on
# # s390x)
# # platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
- dockerfile: centos.Dockerfile
image: almalinux:8
platforms: linux/amd64, linux/arm64/v8
- dockerfile: centos.Dockerfile pip.Dockerfile
image: almalinux:9
platforms: linux/amd64, linux/arm64/v8
- dockerfile: debian.Dockerfile
image: debian:11
branch: 10.11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
- dockerfile: debian.Dockerfile
image: debian:12
tag: debian12
branch: 10.11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
- dockerfile: debian.Dockerfile
image: debian:12
tag: debian12-386
branch: 10.11
platforms: linux/386
- dockerfile: debian.Dockerfile aocc.Dockerfile
image: debian:11
tag: debian11-aocc
branch: 10.11
platforms: linux/amd64
- dockerfile: debian.Dockerfile msan.Dockerfile
image: debian:11
branch: 10.11
tag: debian11-msan
clang_version: 15
platforms: linux/amd64
- dockerfile: debian.Dockerfile msan.Dockerfile
image: debian:11
branch: 10.11
tag: debian11-msan-clang-16
clang_version: 16
platforms: linux/amd64
- dockerfile: debian.Dockerfile
image: debian:sid
branch: 10.11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
- dockerfile: debian.Dockerfile
image: debian:sid
tag: debiansid-386
branch: 10.11
platforms: linux/386
- dockerfile: debian.Dockerfile
image: ubuntu:20.04
branch: 10.11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
- dockerfile: debian.Dockerfile
image: ubuntu:22.04
branch: 10.11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
- dockerfile: debian.Dockerfile
image: ubuntu:23.10
branch: 10.11
platforms: linux/amd64, linux/arm64/v8
- dockerfile: debian.Dockerfile
image: ubuntu:24.04
branch: 10.11
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
- dockerfile: fedora.Dockerfile
image: fedora:38
platforms: linux/amd64, linux/arm64/v8
- dockerfile: fedora.Dockerfile
image: fedora:39
platforms: linux/amd64, linux/arm64/v8
- dockerfile: fedora.Dockerfile
image: fedora:40
platforms: linux/amd64, linux/arm64/v8
- dockerfile: centos7.Dockerfile pip.Dockerfile
image: centos:7
platforms: linux/amd64
- dockerfile: centos.Dockerfile pip.Dockerfile
image: quay.io/centos/centos:stream9
tag: centosstream9
runner: ubuntu-24.04
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# //TEMP chicken/egg problem - could add s390x
# but that would need a galera-4 build from on this image
- dockerfile: opensuse.Dockerfile pip.Dockerfile
image: opensuse/leap:15.6
tag: opensuse15
Expand All @@ -113,17 +113,17 @@ jobs:
image: registry.suse.com/bci/bci-base:15.6
tag: sles15
platforms: linux/amd64, linux/s390x
# - dockerfile: centos.Dockerfile
# image: rockylinux:8
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: centos.Dockerfile pip.Dockerfile
# image: rockylinux:9
# platforms: linux/amd64, linux/arm64/v8
# - dockerfile: debian.Dockerfile jepsen-mysql.Dockerfile
# image: ubuntu:22.04
# branch: 10.11
# platforms: linux/amd64
# tag: ubuntu22.04-jepsen-mysql
- dockerfile: centos.Dockerfile
image: rockylinux:8
platforms: linux/amd64, linux/arm64/v8
- dockerfile: centos.Dockerfile pip.Dockerfile
image: rockylinux:9
platforms: linux/amd64, linux/arm64/v8
- dockerfile: debian.Dockerfile jepsen-mysql.Dockerfile
image: ubuntu:22.04
branch: 10.11
platforms: linux/amd64
tag: ubuntu22.04-jepsen-mysql
env:
BUILD_RHEL: false
DEPLOY_IMAGES: false
Expand Down Expand Up @@ -166,12 +166,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Make sure that time is in sync
run: |
# RHEL subscription needs that time and date
# is correct and is syncing with an NTP-server
# https://access.redhat.com/discussions/672313#comment-2360508
sudo chronyc -a makestep
- name: Build image
run: |
podman manifest create ${{ env.REPO }}:${{ env.IMG }}
Expand Down
1 change: 0 additions & 1 deletion ci_build_images/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN dnf -y install 'dnf-command(config-manager)' \
perl-autodie \
perl-Net-SSLeay \
python3-devel \
python3-scons \
readline-devel \
rpmlint \
ruby \
Expand Down
1 change: 0 additions & 1 deletion ci_build_images/centos7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ RUN yum -y --enablerepo=extras install epel-release \
python3-pip \
rpmlint \
ruby \
scons \
snappy-devel \
systemd-devel \
unixODBC \
Expand Down
1 change: 0 additions & 1 deletion ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ RUN . /etc/os-release \
python3-dev \
python3-setuptools \
rsync \
scons \
socat \
sudo \
wget \
Expand Down
1 change: 0 additions & 1 deletion ci_build_images/fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf \
rpmlint \
rsync \
rubypick \
scons \
snappy-devel \
socat \
unixODBC \
Expand Down
2 changes: 1 addition & 1 deletion ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN zypper update -y \
createrepo_c \
curl \
expect \
fmt-devel \
galera-4 \
gcc-c++ \
git \
Expand All @@ -39,7 +40,6 @@ RUN zypper update -y \
libbz2-devel \
libcurl-devel \
libffi-devel \
libfmt8 \
libgnutls-devel \
liblz4-devel \
libopenssl-3-devel \
Expand Down
1 change: 0 additions & 1 deletion ci_build_images/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ RUN --mount=type=secret,id=rhel_orgid,target=/run/secrets/rhel_orgid \
policycoreutils \
python3 \
python3-devel \
python3-scons \
readline-devel \
rpmlint \
ruby \
Expand Down
1 change: 0 additions & 1 deletion ci_build_images/rhel7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN --mount=type=secret,id=rhel_orgid,target=/run/secrets/rhel_orgid \
pcre2-devel \
python3-pip \
rpmlint \
scons \
snappy-devel \
systemd-devel \
wget \
Expand Down
52 changes: 0 additions & 52 deletions dockerfiles/aarch64-centos-7.dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion dockerfiles/aarch64-debian-10-download.dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions dockerfiles/aarch64-debian-10.dockerfile

This file was deleted.

Loading
Loading