We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a7adb commit f8448c9Copy full SHA for f8448c9
.circleci/config.continue.yml.j2
@@ -410,10 +410,6 @@ jobs:
410
- restore_build_cache:
411
cacheType: << parameters.cacheType >>
412
413
- - run:
414
- name: Print some vars
415
- command: echo "-PtaskPartitionCount=${CIRCLE_NODE_TOTAL} -PtaskPartition=${CIRCLE_NODE_INDEX}"
416
-
417
- run:
418
name: Check Project
419
command: >-
@@ -1105,6 +1101,7 @@ build_test_jobs: &build_test_jobs
1105
1101
parallelism: 4
1106
1102
gradleTarget: ":instrumentationCheck"
1107
1103
cacheType: inst
1104
+ triggeredBy: *instrumentation_modules
1108
1109
- check:
1110
requires:
0 commit comments