Skip to content

Commit

Permalink
jenkins_jobs: Add an Alma Linux 8 build
Browse files Browse the repository at this point in the history
Summary:
This build is meant to verify build and unit test on Red Hat 8 compatible
operating systems.

Replace one centos7 build to conserve resources while maintaining
compiler version coverage.

Test Plan: Jenkins: platform: alma8

Reviewers: mbautin, jharveysmith

Reviewed By: jharveysmith

Subscribers: devops

Differential Revision: https://phabricator.dev.yugabyte.com/D12586
  • Loading branch information
svarnau committed Aug 20, 2021
1 parent 196729a commit cabe577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- os: centos7
compiler: gcc5
build_type: release
- os: centos7
- os: alma8
compiler: gcc9
build_type: debug
- os: centos7
- os: alma8
compiler: gcc9
build_type: release
- os: macos
Expand Down

0 comments on commit cabe577

Please sign in to comment.