Skip to content

Commit 0cdde48

Browse files
committed
remove additional gate run in coverage task
1 parent fe057a6 commit 0cdde48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@
247247
local coverageGate = commonBuilder + {
248248
targets: TARGET.weekly,
249249
run +: [
250-
["mx", "--strict-compliance", "--dynamicimports", super.dynamicImports, "--primary", "gate", "--tags", "python-junit", "-B=--force-deprecation-as-warning-for-dependencies"],
251-
['mx', '--jacoco-whitelist-package', 'com.oracle.graal.python', '--jacoco-exclude-annotation', '@GeneratedBy', '--strict-compliance', "--dynamicimports", super.dynamicImports, "--primary", 'gate', '-B=--force-deprecation-as-warning', '--strict-mode', '--tags', "python-junit", '--jacocout', 'html'],
250+
['mx', '--jacoco-whitelist-package', 'com.oracle.graal.python', '--jacoco-exclude-annotation', '@GeneratedBy', '--strict-compliance', "--dynamicimports", super.dynamicImports, "--primary", 'gate', '-B=--force-deprecation-as-warning-for-dependencies', '--strict-mode', '--tags', "python-junit", '--jacocout', 'html'],
252251
['mx', '--jacoco-whitelist-package', 'com.oracle.graal.python', '--jacoco-exclude-annotation', '@GeneratedBy', 'sonarqube-upload', "-Dsonar.host.url=$SONAR_HOST_URL", "-Dsonar.projectKey=com.oracle.graalvm.python", "-Dsonar.projectName=GraalVM - Python", '--exclude-generated']
253252
],
254253
name: "python-coverage"

0 commit comments

Comments
 (0)