File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 47
47
# remove unneeded RPMs and clean up the YUM cache
48
48
yum -y remove tar gzip
49
49
yum clean all
50
- - internal/store-container
50
+
51
51
52
52
# This pipeline runs the integration tests against 1.7.9 k8s cluster on OCI.
53
53
integration-test179 :
@@ -128,6 +128,7 @@ integration-test179:
128
128
# clean up
129
129
yum clean all
130
130
131
+
131
132
# This pipeline runs the integration tests against 1.8.5 k8s cluster on OCI.
132
133
integration-test185 :
133
134
steps :
@@ -207,6 +208,7 @@ integration-test185:
207
208
# clean up
208
209
yum clean all
209
210
211
+
210
212
# This pipeline runs quality checks
211
213
quality :
212
214
steps :
@@ -221,6 +223,7 @@ quality:
221
223
cache_repo : true
222
224
version : 3.5.2
223
225
226
+
224
227
dev :
225
228
steps :
226
229
- internal/shell
You can’t perform that action at this time.
0 commit comments