Skip to content

Commit 3341b31

Browse files
author
tonyl
committed
redhat test
1 parent 5886978 commit 3341b31

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.circleci/config.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,40 @@ jobs:
6969
destination: test-results
7070
- store_test_results:
7171
path: test-results
72+
redhat8-testing:
73+
machine:
74+
image: circleci/classic:latest
75+
steps:
76+
- checkout
77+
- run:
78+
name: Setup python3
79+
command: |
80+
pyenv global 2.7.12 3.5.2
81+
python --version
82+
pip --version
83+
python3 --version
84+
pip3 --version
85+
- run:
86+
name: Setup Tests / Scanner Requirements
87+
command: |
88+
make test_setup
89+
- run:
90+
name: Build a Debian 10 Container
91+
command: |
92+
make splunk-redhat-8
93+
- run:
94+
name: Build a Debian 10 UF Container
95+
command: |
96+
make uf-redhat-8
97+
- run:
98+
name: Running debian10 CI Tests
99+
command: make run_tests_redhat8
100+
no_output_timeout: 20m
101+
- store_artifacts:
102+
path: test-results
103+
destination: test-results
104+
- store_test_results:
105+
path: test-results
72106
container-validation:
73107
machine:
74108
image: circleci/classic:latest
@@ -111,5 +145,6 @@ workflows:
111145
- security-scanning
112146
- debian10-testing
113147
- container-validation
148+
- redhat8-testing
114149

115150

0 commit comments

Comments
 (0)