File tree 1 file changed +0
-33
lines changed 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 78
78
destination : spark_warehouse.tar.gz
79
79
when : on_fail
80
80
81
- # run these separately as we need a isolated JVM to not have Spark session settings interfere with other runs
82
- # long term goal is to refactor the current testing spark session builder and avoid adding new single test to CI
83
- " Scala 13 -- Delta Lake Format Tests " :
84
- executor : docker_baseimg_executor
85
- steps :
86
- - checkout
87
- - run :
88
- name : Run Scala 13 tests for Delta Lake format
89
- environment :
90
- format_test : deltalake
91
- shell : /bin/bash -leuxo pipefail
92
- command : |
93
- conda activate chronon_py
94
- # Increase if we see OOM.
95
- export SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=4G -Xmx4G -Xms2G"
96
- sbt '++ 2.13.6' "testOnly ai.chronon.spark.test.TableUtilsFormatTest"
97
- - store_test_results :
98
- path : /chronon/spark/target/test-reports
99
- - store_test_results :
100
- path : /chronon/aggregator/target/test-reports
101
- - run :
102
- name : Compress spark-warehouse
103
- command : |
104
- cd /tmp/ && tar -czvf spark-warehouse.tar.gz chronon/spark-warehouse
105
- when : on_fail
106
- - store_artifacts :
107
- path : /tmp/spark-warehouse.tar.gz
108
- destination : spark_warehouse.tar.gz
109
- when : on_fail
110
-
111
81
" Scala 11 -- Compile " :
112
82
executor : docker_baseimg_executor
113
83
steps :
@@ -177,9 +147,6 @@ workflows:
177
147
- " Scala 13 -- Tests " :
178
148
requires :
179
149
- " Pull Docker Image"
180
- - " Scala 13 -- Delta Lake Format Tests " :
181
- requires :
182
- - " Pull Docker Image"
183
150
- " Scalafmt Check " :
184
151
requires :
185
152
- " Pull Docker Image"
You can’t perform that action at this time.
0 commit comments