You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mw...@apache.org on 2020/11/17 14:37:13 UTC

[beam] branch master updated: Fix failing seed job

This is an automated email from the ASF dual-hosted git repository.

mwalenia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 689d89f  Fix failing seed job
     new 85b3023  Merge pull request #13363 from kamilwu/fix-seed-job
689d89f is described below

commit 689d89fee9513118ec8a589529e62063350eeedb
Author: Kamil Wasilewski <ka...@polidea.com>
AuthorDate: Tue Nov 17 14:57:18 2020 +0100

    Fix failing seed job
---
 .test-infra/jenkins/PythonTestProperties.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/PythonTestProperties.groovy b/.test-infra/jenkins/PythonTestProperties.groovy
index 568ac95..499f577 100644
--- a/.test-infra/jenkins/PythonTestProperties.groovy
+++ b/.test-infra/jenkins/PythonTestProperties.groovy
@@ -19,7 +19,7 @@
 class PythonTestProperties {
   final static String LOWEST_SUPPORTED = '3.6'
   final static String HIGHEST_SUPPORTED = '3.8'
-  final static String ESSENTIAL_VERSIONS = [
+  final static List<String> ESSENTIAL_VERSIONS = [
     LOWEST_SUPPORTED,
     HIGHEST_SUPPORTED
   ]