File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 workflow_dispatch :
2222 inputs :
2323 RELEASE_VER :
24- description : ' Beam Release Version (e.g., 2.64 .0)'
24+ description : ' Beam Release Version (e.g., 2.69 .0)'
2525 required : true
26- default : ' 2.64 .0'
26+ default : ' 2.69 .0'
2727 RC_NUM :
2828 description : ' Release Candidate number (e.g., 1)'
2929 required : true
5959 run_python_yaml_rc_validation :
6060 name : Run Python YAML RC Validation (${{ github.event.inputs.RELEASE_VER }} RC${{ github.event.inputs.RC_NUM }})
6161 runs-on : [self-hosted, ubuntu-20.04, main]
62- timeout-minutes : 60 # Reduced timeout as the job runs for ~20 mins + setup/validation
62+ timeout-minutes : 200
6363 env : # Job-level env vars
6464 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6565 GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GE_CACHE_USERNAME }}
@@ -229,8 +229,8 @@ jobs:
229229 exit 0 # Allow cleanup to proceed
230230 fi
231231 JOB_ID=$(cat yaml_dataflow_jobid.txt)
232- echo "Waiting for 20 minutes for Dataflow job $JOB_ID to run..."
233- sleep 1200 # 20 minutes = 1200 seconds
232+ echo "Waiting for 40 minutes for Dataflow job $JOB_ID to run..."
233+ sleep 2400 # 20 minutes = 2400 seconds
234234 echo "Wait finished."
235235 shell : bash
236236
You can’t perform that action at this time.
0 commit comments