Skip to content

Commit ace1402

Browse files
committed
GitlabCI: Use parallel testing (make testp) and update README
- Changed CI to use 'make testp' for faster parallel test execution - Added note for internal developers to reference datalake-ops repo - Documented testp option in developer setup section
1 parent ee1c03b commit ace1402

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitlab-ci.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-docker:
1414
script:
1515
- rm -f version.txt
1616
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY/$CI_PROJECT_PATH
17-
- make docker test push
17+
- make docker testp push
1818
tags:
1919
- {{PLANET_RUNNER_TAG}}
2020
artifacts:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Note for Internal Developers
2+
============
3+
Please read readme from datalake-ops repo for internal processes of development and deployment.
4+
15
Introduction
26
============
37

@@ -89,6 +93,8 @@ Developer Setup
8993
===============
9094

9195
make docker test
96+
# or for faster/parallelized testing
97+
make docker testp
9298

9399
Datalake Metadata
94100
=================

0 commit comments

Comments
 (0)