[
https://issues.apache.org/jira/browse/BEAM-14170?focusedWorklogId=756740&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756740
]
ASF GitHub Bot logged work on BEAM-14170:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Apr/22 21:59
Start Date: 13/Apr/22 21:59
Worklog Time Spent: 10m
Work Description: andoni-guzman commented on code in PR #17354:
URL: https://github.com/apache/beam/pull/17354#discussion_r849930246
##########
.test-infra/jenkins/job_PostCommit_Python_Sickbay.groovy:
##########
@@ -0,0 +1,48 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import CommonJobProperties as commonJobProperties
+import PostcommitJobBuilder
+
+import static PythonTestProperties.ALL_SUPPORTED_VERSIONS
Review Comment:
Yes. This test run every 6 hours , because use the postcommit job builder
`commonJobProperties.setAutoJob delegate, '0 */6 * * *',
'[email protected]', true, true`
Issue Time Tracking
-------------------
Worklog Id: (was: 756740)
Time Spent: 2.5h (was: 2h 20m)
> Create a test that runs sickbayed tests
> ---------------------------------------
>
> Key: BEAM-14170
> URL: https://issues.apache.org/jira/browse/BEAM-14170
> Project: Beam
> Issue Type: Test
> Components: testing
> Reporter: Kiley Sok
> Assignee: Andoni Guzman
> Priority: P2
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> When we sickbay tests we should continue to run them, at least in a new test
> suite that may hold flaky/sickbayed tests - often we just stop running them
> forever.
> Create a new test for Python and Java that runs the current sickbayed tests.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)