[
https://issues.apache.org/jira/browse/BEAM-8328?focusedWorklogId=397618&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-397618
]
ASF GitHub Bot logged work on BEAM-8328:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Mar/20 14:45
Start Date: 04/Mar/20 14:45
Worklog Time Spent: 10m
Work Description: mwalenia commented on pull request #11024: [BEAM-8328]
Disable community metrics integration test in 'test' task
URL: https://github.com/apache/beam/pull/11024#discussion_r387712211
##########
File path: .test-infra/metrics/build.gradle
##########
@@ -39,4 +39,10 @@ dockerCompose.isRequiredBy(testMetricsStack)
task preCommit { dependsOn testMetricsStack }
-task checkProber { dependsOn test }
+task checkProber(type:Test) {
Review comment:
I'm not sure if making it something else than a test is viable - I don't
know if I can run tests from some other task type. I can exclude everything
except the class we want to be executed though.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 397618)
Time Spent: 50m (was: 40m)
> remove :beam-test-infra-metrics:test from build target.
> -------------------------------------------------------
>
> Key: BEAM-8328
> URL: https://issues.apache.org/jira/browse/BEAM-8328
> Project: Beam
> Issue Type: Bug
> Components: community-metrics, project-management
> Reporter: Mikhail Gryzykhin
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)