-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing timeouts from jobs (#27447)
- Loading branch information
1 parent
fb2b15b
commit 3874467
Showing
36 changed files
with
1 addition
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ env: | |
jobs: | ||
cirque: | ||
name: Cirque | ||
timeout-minutes: 90 | ||
|
||
env: | ||
DOCKER_RUN_VERSION: 0.7.3 | ||
|
@@ -79,7 +78,6 @@ jobs: | |
.environment | ||
build_overrides/pigweed_environment.gni | ||
- name: Bootstrap | ||
timeout-minutes: 15 | ||
run: | | ||
integrations/docker/images/chip-build-cirque/run.sh \ | ||
-- sh -c " \ | ||
|
@@ -94,8 +92,8 @@ jobs: | |
- uses: Wandalen/[email protected] | ||
name: Cirque Bootstrap cache | ||
if: ${{ !env.ACT }} | ||
timeout-minutes: 10 | ||
continue-on-error: true | ||
timeout-minutes: 10 | ||
with: | ||
action: buildjet/cache@v3 | ||
attempt_limit: 3 | ||
|
@@ -105,7 +103,6 @@ jobs: | |
restore-keys: ${{ runner.os }}-cirque- | ||
path: ${{ env.GITHUB_CACHE_PATH }} | ||
- name: Cirque Bootstrap | ||
timeout-minutes: 15 | ||
run: | | ||
integrations/docker/images/chip-build-cirque/run.sh \ | ||
--env GITHUB_ACTION_RUN=1 \ | ||
|
@@ -122,15 +119,13 @@ jobs: | |
if_true: "${{ github.sha }}" | ||
if_false: "pull-${{ github.event.pull_request.number }}" | ||
- name: Build Binaries | ||
timeout-minutes: 30 | ||
run: | | ||
integrations/docker/images/chip-build-cirque/run.sh \ | ||
-- sh -c " \ | ||
git config --global --add safe.directory '*' \ | ||
&& scripts/build/gn_gen_cirque.sh \ | ||
" | ||
- name: Run Tests | ||
timeout-minutes: 45 | ||
run: | | ||
integrations/docker/images/chip-build-cirque/run.sh \ | ||
--env LOG_DIR=/tmp/cirque_test_output \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.