Skip to content

Commit

Permalink
Remove el7 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Asleson <[email protected]>
  • Loading branch information
tasleson committed May 10, 2024
1 parent 268465a commit 90aaf7f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,6 @@ jobs:
- run:
command: cd libstoragemgmt && git checkout $GHBR && ./test/docker_ci_test.sh
no_output_timeout: 20m
el7:
docker:
- image: centos:7
environment:
GHURL: << pipeline.project.git_url >>
GHBR: << pipeline.git.branch >>
steps:
- run:
command: yum install -y git yum-plugin-copr
no_output_timeout: 20m
- run:
command: yum copr enable -y tasleson/ledmon-upstream
no_output_timeout: 20m
- run:
command: git clone $GHURL
no_output_timeout: 5m
- run:
command: cd libstoragemgmt && git checkout $GHBR && ./test/docker_ci_test.sh
no_output_timeout: 20m
el8:
docker:
- image: oraclelinux:8
Expand All @@ -63,5 +44,4 @@ workflows:
workflow:
jobs:
- fedora
- el7
- el8

0 comments on commit 90aaf7f

Please sign in to comment.