File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 build-and-test-meta-browser :
5656 name : Build and Test Meta-Browser
5757 runs-on : ${{ inputs.runner_name }}
58- timeout-minutes : 480 # 8 hours - increase for long Yocto builds
58+ timeout-minutes : 660 # 11 hours - increase for long Yocto builds
5959 defaults :
6060 run :
6161 shell : bash
@@ -330,7 +330,7 @@ jobs:
330330
331331 # Run the build
332332 - name : Build Browser
333- timeout-minutes : 420 # 7 hours for Yocto build
333+ timeout-minutes : 660 # 11 hours for Yocto build
334334 run : |
335335 # Set environment variables that the Docker container would have
336336 export LANG=en_US.UTF-8
Original file line number Diff line number Diff line change 5353 arch : ${{ matrix.arch }}
5454 aws_arn_role : " arn:aws:iam::195607249165:role/github-actions-meta-browser-repo"
5555 aws_region : " us-east-1"
56- instance_type : " c6id.4xlarge " # Uses NVMe SSD for swap to handle memory pressure
56+ instance_type : " c6id.8xlarge " # Uses NVMe SSD for swap to handle memory pressure
5757
5858 # Local runner (manual dispatch only, when explicitly disabled AWS)
5959 local-build :
Original file line number Diff line number Diff line change 5353 arch : ${{ matrix.arch }}
5454 aws_arn_role : " arn:aws:iam::195607249165:role/github-actions-meta-browser-repo"
5555 aws_region : " us-east-1"
56- instance_type : " c6id.4xlarge "
56+ instance_type : " c6id.8xlarge "
5757
5858 # Local runner (manual dispatch only, when explicitly disabled AWS)
5959 local-build :
You can’t perform that action at this time.
0 commit comments