[
https://issues.apache.org/jira/browse/BEAM-7776?focusedWorklogId=288895&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-288895
]
ASF GitHub Bot logged work on BEAM-7776:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/19 11:52
Start Date: 05/Aug/19 11:52
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #9116: [BEAM-7776]
Stop Using Perfkit in IOIT
URL: https://github.com/apache/beam/pull/9116#discussion_r310566406
##########
File path: .test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy
##########
@@ -15,52 +15,48 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+import CommonJobProperties as common
+import Kubernetes
-import CommonJobProperties as commonJobProperties
-
+String kubernetesDir = '"$WORKSPACE/src/.test-infra/kubernetes"'
Review comment:
I inlined it using an existing method from commonJobProperties. is this ok?
----------------------------------------------------------------
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: 288895)
Time Spent: 7h 10m (was: 7h)
> Implement Kubernetes setup/teardown code to gradle/jenkins tasks.
> ------------------------------------------------------------------
>
> Key: BEAM-7776
> URL: https://issues.apache.org/jira/browse/BEAM-7776
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Lukasz Gajowy
> Assignee: Lukasz Gajowy
> Priority: Major
> Time Spent: 7h 10m
> Remaining Estimate: 0h
>
> Currently this is done by Perfkit Benchmarker but can be easily moved to
> Beam's codebase and a set of fine-grained gradle tasks. Those could be then
> invoked by Jenkins giving more elasticity to our tests and making Perkfit
> totally obsolete in IOITs.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)