File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments