Skip to content

Commit

Permalink
enh(docker): disable mariadb maxscale repository during mariadb repo …
Browse files Browse the repository at this point in the history
…setup (#1702)
  • Loading branch information
tuntoja committed Sep 13, 2024
1 parent 60b205c commit 022f000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.centreon-collect-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo

curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5"
curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5" --skip-maxscale
dnf install -y cmake \
gcc \
gcc-c++ \
Expand Down

2 comments on commit 022f000

@github-actions
Copy link

Choose a reason for hiding this comment

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

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 1 0 21 95.24 0s

Failed Tests

Name Message ⏱️ Duration Suite
BA_RATIO_NUMBER_BA_SERVICE The BA test has not the expected output 0.000 s Bam Pb

@github-actions
Copy link

Choose a reason for hiding this comment

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

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
8 1 0 9 88.89 0s

Failed Tests

Name Message ⏱️ Duration Suite
EBDP7 There are 3 running pollers.: () != ((3,),) 0.000 s Delete-Poller

Please sign in to comment.