diff --git a/.test-infra/jenkins/job_PostCommit_Python_Sickbay.groovy b/.test-infra/jenkins/job_PostCommit_Python_Sickbay.groovy index 9789121ee77f..1122db78c9c8 100644 --- a/.test-infra/jenkins/job_PostCommit_Python_Sickbay.groovy +++ b/.test-infra/jenkins/job_PostCommit_Python_Sickbay.groovy @@ -40,7 +40,7 @@ ALL_SUPPORTED_VERSIONS.each { pythonVersion -> steps { gradle { rootBuildScriptDir(commonJobProperties.checkoutDir) - tasks(":python${versionSuffix}SickbayPostCommit") + tasks(":sdks:python:test-suites:dataflow:py${versionSuffix}:postCommitSickbay") commonJobProperties.setGradleSwitches(delegate) } } diff --git a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy index 4c4491a3e0c2..2992cbbd0d06 100644 --- a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy +++ b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy @@ -52,7 +52,7 @@ builder.build { } gradle { rootBuildScriptDir(commonJobProperties.checkoutDir) - tasks(":sdks:python:test-suites:portable:${highestSupported}:preCommitPy${highestSupported}") + tasks(":sdks:python:test-suites:portable:py${highestSupported}:preCommitPy${highestSupported}") commonJobProperties.setGradleSwitches(delegate) } } diff --git a/build.gradle.kts b/build.gradle.kts index f94f16226320..613d4097b6be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -535,18 +535,6 @@ tasks.register("python311PostCommit") { dependsOn(":sdks:python:test-suites:portable:py311:postCommitPy311") } -task("python37SickbayPostCommit") { - dependsOn(":sdks:python:test-suites:dataflow:py37:postCommitSickbay") -} - -task("python38SickbayPostCommit") { - dependsOn(":sdks:python:test-suites:dataflow:py38:postCommitSickbay") -} - -task("python39SickbayPostCommit") { - dependsOn(":sdks:python:test-suites:dataflow:py39:postCommitSickbay") -} - tasks.register("portablePythonPreCommit") { dependsOn(":sdks:python:test-suites:portable:py37:preCommitPy37") dependsOn(":sdks:python:test-suites:portable:py311:preCommitPy311") diff --git a/sdks/java/container/license_scripts/requirement.txt b/sdks/java/container/license_scripts/requirement.txt index 954315cd0f99..d978cb27ef83 100644 --- a/sdks/java/container/license_scripts/requirement.txt +++ b/sdks/java/container/license_scripts/requirement.txt @@ -18,4 +18,4 @@ beautifulsoup4>=4.9.0,<5.0 pyyaml>=3.12,<6.0.0 -tenacity>=5.0.2,<6.0 +tenacity>=6.1.0,<9.0