This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch vitalii-t-fix-yaml-xlang
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/vitalii-t-fix-yaml-xlang by
this push:
new b9b6ad1a553 Prefer binary
b9b6ad1a553 is described below
commit b9b6ad1a55349a468698dd6bfffd37aa5c2255b4
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Apr 29 14:04:24 2025 +0400
Prefer binary
---
.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml | 2 +-
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
index 6a22eb6b48a..92a20e5003e 100644
--- a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
@@ -70,7 +70,7 @@ jobs:
(github.event_name == 'schedule' && github.repository == 'apache/beam')
||
github.event.comment.body == 'Run Yaml_Xlang_Direct PreCommit'
runs-on: [self-hosted, ubuntu-20.04, main]
- timeout-minutes: 400
+ timeout-minutes: 100
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
strategy:
matrix:
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 472ece04f9e..3be063c6b71 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -3029,7 +3029,7 @@ class BeamModulePlugin implements Plugin<Project> {
project.exec {
executable 'sh'
- args '-c', ". ${project.ext.envdir}/bin/activate && pip install
--pre --retries 10 ${distTarBall}[${packages}]"
+ args '-c', ". ${project.ext.envdir}/bin/activate && pip install
--prefer-binary --pre --retries 10 ${distTarBall}[${packages}]"
}
}
}