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

CI: check deployment inside containers for various combinations of OSs and platforms #226

Conversation

yuravk
Copy link
Contributor

@yuravk yuravk commented Jun 13, 2024

GitHub Action to run almalinux-deploy.sh on:

  • OSs: oraclelinux:9, rockylinux:9, quay.io/centos/centos:stream9, redhat/ubi9:latest, virtuozzo/vzlinux9:latest, oraclelinux:8, rockylinux:8, quay.io/centos/centos:stream8, redhat/ubi8:latest, virtuozzo/vzlinux8:latest
  • platforms: linux/amd64, linux/ppc64le, linux/s390x, linux/arm64
  • force set that we are inside container, create /.dockerenv
  • use 'rockylinux/rockylinux:' instead of official 'rockylinux:' broken images
  • if CentOS Stream 8, switch into vault.centos.org
  • if Virtuozzo Linux, update vzlinux-release without GPG checking prior to system upgrade
  • if Virtuozzo Linux 8, do 'rm -f /var/lib/rpm/__db*' to fix error: "db5 error(-30969) from dbenv->open"
  • tests: docker platform matches machine type; the release string; installed GPG public KEY(s)
  • run the job manually or if pull request event
  • code clean up

Fixes: #220

@yuravk yuravk linked an issue Jun 13, 2024 that may be closed by this pull request
…s and platforms

- OSs: oraclelinux:9, rockylinux:9, quay.io/centos/centos:stream9, redhat/ubi9:latest, virtuozzo/vzlinux9:latest, oraclelinux:8, rockylinux:8, quay.io/centos/centos:stream8, redhat/ubi8:latest, virtuozzo/vzlinux8:latest
- platforms: linux/amd64, linux/ppc64le, linux/s390x, linux/arm64
- force set that we are inside container, create /.dockerenv
- use 'rockylinux/rockylinux:*' instead of official 'rockylinux:*' broken images
- if CentOS Stream 8, switch into vault.centos.org
- if Virtuozzo Linux, update vzlinux-release without GPG checking prior to system upgrade
- if Virtuozzo Linux 8, do 'rm -f /var/lib/rpm/__db*' to fix error: "db5 error(-30969) from dbenv->open"
- tests: docker platform matches machine type; the release string; installed GPG public KEY(s)
- run the job manually or if pull request event
- code clean up: do not login to Quay.io

Fixes: #220
@yuravk yuravk force-pushed the 220-use-github-actions-to-check-migrations-from-different-os branch from 4fef516 to f5cf8d9 Compare June 13, 2024 16:37
@andrewlukoshko andrewlukoshko merged commit 86c0545 into master Jun 13, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use GitHub Actions to check migrations from different OS
2 participants