-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
445 changed files
with
74,438 additions
and
3,481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,107 @@ | ||
image: marioarduini/rumble-source:2020-11-23 | ||
|
||
build-rumble: | ||
stages: | ||
- build | ||
- tests2 | ||
- tests3 | ||
|
||
Build: | ||
stage: build | ||
artifacts: | ||
paths: | ||
- target/ | ||
script: | ||
- ant -buildfile build_antlr_parser.xml generate-parser -Dantlr.jar=lib/antlr-4.7-complete.jar | ||
- ant -buildfile build_antlr_parser.xml generate-parser -Dantlr.jar=lib/antlr-4.9.3-complete.jar | ||
- mvn clean compile assembly:single | ||
|
||
javaapi-test: | ||
stage: test | ||
SparkRuntimeTest: | ||
stage: tests2 | ||
script: | ||
- mvn -Dtest=SparkRuntimeTests test | ||
|
||
SparkRuntimeTestsNativeDeactivated: | ||
stage: tests2 | ||
script: | ||
- mvn -Dtest=SparkRuntimeTestsNativeDeactivated test | ||
|
||
SparkRuntimeTestsDataFramesDeactivated: | ||
stage: tests2 | ||
script: | ||
- mvn -Dtest=SparkRuntimeTestsDataFramesDeactivated test | ||
|
||
SparkRuntimeTestsParallelismDeactivated: | ||
stage: tests2 | ||
script: | ||
- mvn -Dtest=SparkRuntimeTestsParallelismDeactivated test | ||
|
||
JavaAPITest: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=JavaAPITest test | ||
|
||
frontend-test: | ||
stage: test | ||
FrontendTests: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=FrontendTests test | ||
runtime-test: | ||
stage: test | ||
|
||
RuntimeTests: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=RuntimeTests test | ||
|
||
sparkruntime-test: | ||
stage: test | ||
RuntimeTestsNoParallelism: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=SparkRuntimeTests test | ||
- mvn -Dtest=RuntimeTestsNoParallelism test | ||
|
||
nativeflworruntime-test: | ||
stage: test | ||
RuntimeTestsNoInlining: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=RuntimeTestsNoInlining test | ||
|
||
NativeFLWORRuntimeTests: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=NativeFLWORRuntimeTests test | ||
|
||
statictyping-test: | ||
stage: test | ||
NativeFLWORRuntimeTestsNativeDeactivated: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=NativeFLWORRuntimeTestsNativeDeactivated test | ||
|
||
NativeFLWORRuntimeTestsDataFramesDeactivated: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=NativeFLWORRuntimeTestsDataFramesDeactivated test | ||
|
||
NativeFLWORRuntimeTestsParallelismDeactivated: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=NativeFLWORRuntimeTestsParallelismDeactivated test | ||
|
||
StaticTypingTest: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=StaticTypeTests test | ||
|
||
spotless-test: | ||
stage: test | ||
SpotlessTest: | ||
stage: tests3 | ||
script: | ||
- mvn spotless:check | ||
|
||
MLTests: | ||
stage: tests3 | ||
artifacts: | ||
name: "ML Tests log" | ||
paths: | ||
- target/ml_test.log | ||
when: | ||
always | ||
expire_in: 2 days | ||
script: | ||
- mvn -Dtest=MLTests test --log-file target/ml_test.log | ||
|
||
MLTestsNativeDeactivated: | ||
stage: tests3 | ||
script: | ||
- mvn -Dtest=MLTestsNativeDeactivated test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Read the Docs configuration file for MkDocs projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
|
||
mkdocs: | ||
configuration: mkdocs.yml | ||
|
||
# Optionally declare the Python requirements required to build your docs | ||
#python: | ||
# install: | ||
# - requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.