| /external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
| D | timeout_encoding.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 35 return (dividend - 1 + divisor) / divisor; in DivideRoundingUp() 49 Timeout Timeout::FromDuration(Duration duration) { in FromDuration() 50 return Timeout::FromMillis(duration.millis()); in FromDuration() 53 double Timeout::RatioVersus(Timeout other) const { in RatioVersus() 58 if (a < 0) return -100; in RatioVersus() 61 return 100 * (a / b - 1); in RatioVersus() 64 Duration Timeout::AsDuration() const { in AsDuration() 82 return Duration::Minutes(value); in AsDuration() 84 return Duration::Minutes(value * 10); in AsDuration() [all …]
|
| /external/grpc-grpc/src/core/lib/transport/ |
| D | timeout_encoding.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 35 return (dividend - 1 + divisor) / divisor; in DivideRoundingUp() 49 Timeout Timeout::FromDuration(Duration duration) { in FromDuration() 50 return Timeout::FromMillis(duration.millis()); in FromDuration() 53 double Timeout::RatioVersus(Timeout other) const { in RatioVersus() 58 if (a < 0) return -100; in RatioVersus() 61 return 100 * (a / b - 1); in RatioVersus() 64 Duration Timeout::AsDuration() const { in AsDuration() 82 return Duration::Minutes(value); in AsDuration() 84 return Duration::Minutes(value * 10); in AsDuration() [all …]
|
| /external/curl/.github/workflows/ |
| D | windows.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/rust/crates/anyhow/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - name: Enable type layout randomization 36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 38 - name: Enable nightly-only tests [all …]
|
| /external/rust/crates/remain/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 24 timeout-minutes: 45 26 - uses: actions/checkout@v4 27 - uses: dtolnay/rust-toolchain@nightly 28 - name: Enable type layout randomization 29 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 30 - run: cargo test 36 runs-on: ubuntu-latest 38 fail-fast: false [all …]
|
| /external/mesa3d/.gitlab-ci/tests/data/ |
| D | FASTBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 11 minutes: 10 13 depthcharge-retry: 14 minutes: 4 15 depthcharge-start: 16 minutes: 1 17 depthcharge-action: 18 minutes: 15 20 - deploy: [all …]
|
| D | FASTBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 11 minutes: 10 13 depthcharge-retry: 14 minutes: 4 15 depthcharge-start: 16 minutes: 1 17 depthcharge-action: 18 minutes: 15 20 - deploy: [all …]
|
| /external/rust/crates/ryu/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 38 - run: cargo test --features small [all …]
|
| /external/rust/crates/serde_yaml/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo build 38 - run: cargo test [all …]
|
| /external/rust/crates/unsafe-libyaml/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 43 runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/semver/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 38 - run: cargo check --no-default-features [all …]
|
| /external/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - run: cargo test 36 - run: cargo test --no-default-features 37 - run: cargo test --features span-locations [all …]
|
| /external/rust/crates/quote/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - name: Enable type layout randomization 36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 38 - run: cargo test [all …]
|
| /external/rust/crates/async-trait/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - name: Enable nightly-only tests 38 run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV [all …]
|
| /external/rust/crates/no-panic/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable deny(non_exhaustive_omitted_patterns) 35 run: echo RUSTFLAGS=$(RUSTFLAGS)\ --cfg=exhaustive >> $GITHUB_ENV 37 - name: Enable type layout randomization 38 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV [all …]
|
| /external/rust/crates/itoa/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo build 38 - run: cargo test [all …]
|
| /external/rust/cxx/.github/workflows/ |
| D | ci.yml | 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.70.0 30 - rust: 1.74.0 31 - name: Cargo on macOS 34 - name: Cargo on Windows (msvc) [all …]
|
| /external/rust/crates/rustversion/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 43 runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/paste/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 43 runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/serde_json/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ${{matrix.os}}-latest 19 fail-fast: false 22 timeout-minutes: 45 24 - uses: actions/checkout@v3 25 - uses: dtolnay/rust-toolchain@nightly 26 - run: cargo test 27 - run: cargo test --features preserve_order --tests -- --skip ui --exact 28 - run: cargo test --features float_roundtrip --tests -- --skip ui --exact 29 - run: cargo test --features arbitrary_precision --tests -- --skip ui --exact [all …]
|
| /external/rust/crates/prettyplease/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - run: cargo check 35 - run: cargo check --features verbatim 36 - run: cargo test 38 RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.rust == 'nightly' && '--cfg exhaustive' || ''}} [all …]
|
| /external/XNNPACK/.github/workflows/ |
| D | build.yml | 4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 5 cancel-in-progress: true 7 cmake-linux-local: 8 runs-on: ubuntu-latest 9 timeout-minutes: 40 11 - uses: actions/checkout@v2 12 - name: Update apt 14 - name: Install ninja 15 run: sudo apt install ninja-build 16 - name: Configure and build [all …]
|
| /external/mesa3d/.gitlab-ci/lava/utils/ |
| D | uart_job_definition.py | 9 # Use the same image that is being used for the hardware enablement and health-checks. 12 # https://gitlab.collabora.com/lava/health-check-docker/-/blob/main/Dockerfile 13 # And the registry here: https://gitlab.collabora.com/lava/health-check-docker/container_registry/ 14 DOCKER_IMAGE = "registry.gitlab.collabora.com/lava/health-check-docker" 19 ) -> tuple[dict[str, Any], ...]: 22 "timeout": {"minutes": 10}, 28 "timeout": {"minutes": 5}, 41 "mkbootimg --kernel Image.gz+dtb" 42 …+ ' --cmdline "root=/dev/nfs rw nfsroot=$NFS_SERVER_IP:$NFS_ROOTFS,tcp,hard rootwait ip=dhcp init=… 43 + " --pagesize 4096 --base 0x80000000 -o boot.img", [all …]
|
| D | log_section.py | 21 # minutes. 23 # summing up to 9 minutes. 24 # It is better to retry the boot than cancel the job and re-submit to avoid 37 # Gitlab job timeout. 44 FALLBACK_GITLAB_SECTION_TIMEOUT = timedelta(minutes=10) 46 LogSectionType.LAVA_BOOT: timedelta(minutes=LAVA_BOOT_TIMEOUT), 47 LogSectionType.TEST_DUT_SUITE: timedelta(minutes=LAVA_TEST_DUT_SUITE_TIMEOUT), 48 LogSectionType.TEST_SUITE: timedelta(minutes=LAVA_TEST_SUITE_TIMEOUT), 49 LogSectionType.TEST_CASE: timedelta(minutes=LAVA_TEST_CASE_TIMEOUT), 51 minutes=LAVA_POST_PROCESSING_TIMEOUT [all …]
|
| /external/autotest/client/site_tests/power_LoadTest/extension/ |
| D | urls.js | 2 // Use of this source code is governed by a BSD-style license that can be 10 var RADIO_AUDIO_URL = 'https://storage.googleapis.com/chromiumos-test-assets-public/power_LoadTest/… 12 var PLAY_MUSIC_URL = 'https://play.google.com/music/listen?u=0#/wst/st/a2be2d85-0ac9-3a7a-b038-e221… 25 duration: minutes(60), 37 // Page cycle through popular external websites for 36 minutes 41 duration: minutes(36), 43 timeout: seconds(30), property 48 // After 36 minutes, actively read e-mail for 12 minutes 51 start: minutes(36) + seconds(1), 52 duration: minutes(12) - seconds(1), [all …]
|