Nightly RPM Build and Install Test #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Nightly RPM Build and Install Test | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| # Currently the only supported arch is linux/amd64 (x86_64) | |
| jobs: | |
| call-master-rpm-build-and-install-test-centos9: | |
| uses: ./.github/workflows/rpm-build-and-install-test-base.yaml | |
| secrets: inherit | |
| with: | |
| branch: 'master' | |
| centos_ver: '9' | |
| # call-master-rpm-build-and-install-test-centos8: | |
| # uses: ./.github/workflows/rpm-build-and-install-test-base.yaml | |
| # secrets: inherit | |
| # with: | |
| # branch: 'master' | |
| # centos_ver: '8' |