We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_flaky
smoke
1 parent 949ee8c commit 8747faaCopy full SHA for 8747faa
1 file changed
.gitlab-ci.yml
@@ -438,6 +438,7 @@ check_smoke:
438
parallel: 4
439
variables:
440
GRADLE_TARGET: ":smokeCheck"
441
+ CACHE_TYPE: "smoke"
442
443
check_profiling:
444
extends: .check_job
@@ -647,7 +648,7 @@ test_flaky:
647
648
extends: .test_job_with_test_agent
649
650
GRADLE_PARAMS: "-PrunFlakyTests"
- CACHE_TYPE: "base"
651
652
testJvm: "8"
653
CONTINUE_ON_FAILURE: "true"
654
rules:
0 commit comments