Skip to content

Commit 174c1e2

Browse files
authored
Merge branch 'main' into dependabot/pip/black-approx-eq-25.9.0
2 parents a9c4e34 + c52048f commit 174c1e2

26 files changed

Lines changed: 2056 additions & 1541 deletions

.github/workflows/_build_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
build-wheels:
5050
name: Build on ${{matrix.conf.os}}/${{matrix.conf.arch}}
5151
runs-on: ${{matrix.conf.os}}
52-
timeout-minutes: 30
52+
timeout-minutes: 60
5353
strategy:
5454
fail-fast: false
5555
matrix:

.github/workflows/ci_build_library.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Build the library on different platforms and run tests
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:
@@ -53,7 +52,7 @@ jobs:
5352
needs: find-changes
5453
runs-on: ${{matrix.conf.os}}
5554
continue-on-error: true
56-
timeout-minutes: 30
55+
timeout-minutes: 60
5756
strategy:
5857
fail-fast: false
5958
matrix:

.github/workflows/ci_build_wheels.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Build Python wheels and verify them
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:

.github/workflows/ci_docker_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Build Docker images and test them
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:
@@ -53,7 +52,7 @@ jobs:
5352
needs: find-changes
5453
runs-on: ubuntu-24.04
5554
continue-on-error: true
56-
timeout-minutes: 30
55+
timeout-minutes: 60
5756
env:
5857
# The next environment variable is used by Docker.
5958
BUILDKIT_PROGRESS: ${{inputs.debug && 'plain' || ''}}

.github/workflows/ci_format_checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Check source code with linters and formatters
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:

.github/workflows/ci_hardware_options.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Test with instruction set extensions and parallelism
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:
@@ -53,7 +52,7 @@ jobs:
5352
needs: find-changes
5453
runs-on: ubuntu-24.04
5554
continue-on-error: true
56-
timeout-minutes: 30
55+
timeout-minutes: 60
5756
strategy:
5857
matrix:
5958
# Hardware optimizers.

.github/workflows/ci_sanitizer_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Test with address and memory sanitizers
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:

.github/workflows/ci_tcmalloc_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-name: Test with TCMalloc (thread-caching malloc)
1818
on:
1919
push:
2020
branches:
21-
- master
2221
- main
2322

2423
pull_request:

.github/workflows/osv-scanner.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ on:
3131
types: [opened, synchronize]
3232
branches:
3333
- main
34-
- master
3534

3635
# Support merge queues.
3736
merge_group:
@@ -59,7 +58,7 @@ jobs:
5958
if: github.repository_owner == 'quantumlib'
6059
name: OSV scanner
6160
runs-on: ubuntu-24.04
62-
timeout-minutes: 15
61+
timeout-minutes: 30
6362
permissions:
6463
# Needed to upload the results to code-scanning dashboard:
6564
security-events: write

.github/workflows/release_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Publish wheels
4242
needs: build-wheels
4343
runs-on: ubuntu-24.04
44-
timeout-minutes: 30
44+
timeout-minutes: 60
4545
steps:
4646
- name: Retrieve saved wheels
4747
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

0 commit comments

Comments
 (0)