Home
last modified time | relevance | path

Searched +full:azure +full:- +full:pipelines (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/jacoco/.azure-pipelines/
H A Dazure-pipelines.yml2 - job:
35 vmImage: 'ubuntu-18.04'
37 - bash: |
38 set -e
42 curl -L $JDK_URL -o .jdk/jdk.tar.gz
43 tar -xzf .jdk/jdk.tar.gz -C .jdk --strip-components 1
44 .jdk/bin/java -version
60 - bash: |
61 if [[ "$JDK_VERSION" -ge "8" ]]; then
65 mvn -V -B -e -f org.jacoco.build \
[all …]
/aosp_15_r20/external/curl/scripts/
H A Dcijobs.pl22 # SPDX-License-Identifier: curl
44 my @files= `git ls-tree -r --name-only $tag .github/workflows 2>/dev/null`;
48 my $m = -1;
65 elsif($_ =~ /runs-on: (.*)/) {
67 #print "runs-on: $r\n";
80 # non-matrix job
88 elsif($_ =~ /^ - run: .* apt-get install (.*)/) {
92 if($_ =~ /^ - name: (.*)/) {
101 elsif($_ =~ /( |curl-)configure: (.*)/) {
126 elsif($_ =~ /- CC: (.*)/) {
[all …]
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml9 - checkout: self
13 # Work around a known issue affecting Ubuntu VMs on Pipelines
14 - script: sudo setfacl -Rb /home/vsts
17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…
20 - script: ./configure --with-pydebug
23 - script: make -j4
26 - ${{ if eq(parameters.coverage, 'true') }}:
27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage
30 - script: ./venv/bin/python -m test.pythoninfo
33 - script: |
[all …]
Dpr.yml7 - job: Prebuild
8 displayName: Pre-build checks
11 vmImage: ubuntu-22.04
14 - template: ./prebuild-checks.yml
17 - job: Docs_PR
23 vmImage: ubuntu-22.04
26 - template: ./docs-steps.yml
29 - job: macOS_PR_Tests
33 # bpo-39837: macOS tests on Azure Pipelines are disabled
37 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'
[all …]
Dci.yml7 - job: Prebuild
8 displayName: Pre-build checks
11 vmImage: ubuntu-22.04
14 - template: ./prebuild-checks.yml
17 - job: Docs_PR
23 vmImage: ubuntu-22.04
26 - template: ./docs-steps.yml
31 - job: macOS_CI_Tests
35 # bpo-39837: macOS tests on Azure Pipelines are disabled
39 testRunTitle: '$(build.sourceBranchName)-macos'
[all …]
/aosp_15_r20/external/python/cpython3/
DREADME.rst8 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam…
9 :alt: CPython build status on Azure DevOps
10 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main
12 .. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg
17 Copyright © 2001-2023 Python Software Foundation. All rights reserved.
24 -------------------
26 - Website: https://www.python.org
27 - Source code: https://github.com/python/cpython
28 - Issue tracker: https://github.com/python/cpython/issues
29 - Documentation: https://docs.python.org
[all …]
/aosp_15_r20/external/jacoco/org.jacoco.doc/docroot/doc/
H A Dintegrations.html1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
8 <title>JaCoCo - Integration Matrix</title>
69 <h3>Third-Party Integrations</h3>
81 …<td>Java EE testing framework, <a href="http://arquillian.org/modules/jacoco-extension/">JaCoCo ex…
84 <td><a href="https://azure.microsoft.com/services/devops/">Azure DevOps</a></td>
85 …loud-powered collaboration tools by Microsoft, see <a href="https://docs.microsoft.com/en-us/azure
89 …e and code quality, see <a href="https://support.codacy.com/hc/en-us/articles/207279819-Coverage">…
[all …]
H A Denvironment.html1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
8 <title>JaCoCo - Development Environment</title>
46 the <a href="http://www.eclipse.org/m2e/">m2e plug-in</a> to get all
89 <li><a href="https://dev.azure.com/JaCoCo-org/JaCoCo/_build">Azure Pipelines</a></li>
110 provide the corresponding all-in-one zip for download. To access the
111 artifacts follow the check <code>continuous-integration/appveyor/branch</code>
126 for non-developers but the archive is
[all …]
/aosp_15_r20/external/curl/tests/
H A DCI.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
14 - ... it still builds, warning-free, on Linux and macOS, with both
16 - ... it still builds fine on Windows with several MSVC versions
17 - ... it still builds with cmake on Linux, with gcc and clang
18 - ... it follows rudimentary code style rules
19 - ... the test suite still runs 100% fine
20 - ... the release tarball (the "dist") still works
21 - ... it builds fine in-tree as well as out-of-tree
[all …]
H A Druntests.pl22 # SPDX-License-Identifier: curl
32 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite
33 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
34 # runclient, runclientoutput - Modify to copy all the files in the log/
53 # Finally, to properly support -g and -n, checktestcmd needs to change
56 # fixed. As long as the -g option is never given, and the -n is always
69 # usually set by the Makefile, but for out-of-tree builds with direct
97 use azure;
109 my $CURLCONFIG="../curl-config"; # curl-config from current build
126 my $args; # command-line arguments
[all …]
/aosp_15_r20/tools/asuite/atest/tools/
H A Dindexing.py8 # http://www.apache.org/licenses/LICENSE-2.0
43 # find `gettop` -type d -wholename `gettop`/out -prune -o -type d -name '.*'
44 # -print | awk -F/ '{{print $NF}}'| sort -u
48 '.azure-pipelines',
50 '.build-id',
65 '.gitlab-ci',
103 def run_updatedb(output_cache: Path, prunepaths: List[str] = None) -> bool:
117 updatedb_cmd = [UPDATEDB, '-l0']
118 updatedb_cmd.append('-U%s' % search_root)
119 updatedb_cmd.append('-n%s' % ' '.join(PRUNENAMES))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/network/
Dsession.py1 """PipSession and supporting code, containing all pip-specific
63 # Ignore warning raised when using --trusted-host.
88 # Azure Pipelines
99 def looks_like_ci() -> bool:
109 def user_agent() -> str:
180 # If for any reason `rustc --version` fails, silently ignore it
183 ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5
189 # The format of `rustc --version` is:
190 # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'`
219 ) -> Response:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/network/
Dsession.py1 """PipSession and supporting code, containing all pip-specific
63 # Ignore warning raised when using --trusted-host.
88 # Azure Pipelines
99 def looks_like_ci() -> bool:
109 def user_agent() -> str:
180 # If for any reason `rustc --version` fails, silently ignore it
183 ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5
189 # The format of `rustc --version` is:
190 # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'`
219 ) -> Response:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/network/
Dsession.py1 """PipSession and supporting code, containing all pip-specific
63 # Ignore warning raised when using --trusted-host.
88 # Azure Pipelines
99 def looks_like_ci() -> bool:
109 def user_agent() -> str:
180 # If for any reason `rustc --version` fails, silently ignore it
183 ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5
189 # The format of `rustc --version` is:
190 # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'`
219 ) -> Response:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/network/
Dsession.py1 """PipSession and supporting code, containing all pip-specific
63 # Ignore warning raised when using --trusted-host.
88 # Azure Pipelines
99 def looks_like_ci() -> bool:
109 def user_agent() -> str:
180 # If for any reason `rustc --version` fails, silently ignore it
183 ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5
189 # The format of `rustc --version` is:
190 # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'`
219 ) -> Response:
[all …]
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py94 bbox = self.linenumber.sidebar_text.bbox(f'{line}.end -1c')
101 self.assertEqual(state[-1], tk.DISABLED)
191 return self.linenumber.sidebar_text.config()['width'][-1]
212 self.text.delete('insert -1l linestart', 'insert linestart')
216 self.text.delete('insert -1l linestart', 'insert linestart')
232 self.text.delete('insert -1l linestart', 'insert linestart')
236 self.text.delete('insert -1l linestart', 'insert linestart')
240 self.text.delete('50.0 -1c', 'end -1c')
244 self.text.delete('5.0 -1c', 'end -1c')
249 self.text.delete('1.0', 'end -1c')
[all …]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst2 .. date: 2020-03-30-23-16-25
4 .. release date: 2020-04-27
12 .. date: 2020-03-15-01-28-36
22 .. date: 2020-01-30-16-15-29
26 CVE-2020-8492: The :class:`~urllib.request.AbstractBasicAuthHandler` class
35 .. date: 2020-04-20-23-58-35
44 .. date: 2020-04-20-14-06-19
49 temporarily switch back to the old parser, use ``-X oldparser`` or
57 .. date: 2020-04-14-18-54-50
68 .. date: 2020-04-14-18-47-00
[all …]
D3.9.0a1.rst2 .. date: 2019-11-18-16-17-56
4 .. release date: 2019-11-19
13 .. date: 2019-11-14-16-13-23
22 .. date: 2019-10-08-19-29-55
23 .. nonce: QL7s0-
31 .. date: 2019-09-25-13-21-09
36 rendering the document page as HTML. (Contributed by Dong-hee Na in
42 .. date: 2019-09-23-21-02-46
47 CVE-2019-15903.
52 .. date: 2019-08-27-01-13-05
[all …]
D3.8.0a1.rst2 .. date: 2019-01-15-18-16-05
4 .. release date: 2019-02-03
7 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did
10 (TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco.
15 .. date: 2018-11-23-15-00-23
19 The :option:`-I` command line option (run Python in isolated mode) is now
21 spawning child processes. Previously, only :option:`-E` and :option:`-s`
22 options (enabled by :option:`-I`) were copied.
27 .. date: 2018-09-24-18-49-25
33 -E or -I arguments.
[all …]
/aosp_15_r20/external/pytorch/.github/scripts/
HDgql_mocks.json.gz ... node": { 105 "app": { 106 "name": "Azure Pipelines", 107 "databaseId": 9426 108 }, 109 ...
/aosp_15_r20/external/aws-sdk-java-v2/changelogs/
H A D2.20.x-CHANGELOG.md1 # __2.20.162__ __2023-10-06__
3 - ### Features
4- This release adds support for Document type as an alternative for stringified JSON for StartChan…
7 - ### Features
8- This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticat…
11 - ### Features
12 - Documentation updates for Elastic Compute Cloud (EC2).
15 - ### Features
16- After performing steps to repair the Active Directory configuration of a file system, use this a…
19 - ### Features
[all …]
/aosp_15_r20/external/jline/src/src/test/resources/jline/example/
HDenglish.gz1Aarhus 2Aaron 3Ababa 4aback 5abaft 6abandon 7abandoned 8abandoning 9abandonment 10 ...
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
D.cargo-checksum.json1-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
/aosp_15_r20/external/googleapis/
H A Dapi-index-v1.json9486 …mer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits…
11066 …mer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits…
11653 …mer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits…
11798 …mer Application, Account, or Project (respectively) or to circumvent Service-specific usage limits…
15101 "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
16452 …"description": "Moblab API is an external-facing API that Moblabs deployed in remote external labs…
16563 …"description": "ChromeOS UI Detection API allows image-based UI detection in E2E testing framework…
16963 …"description": "Train high-quality custom machine learning models with minimal machine learning ex…
20412 …"description": "Train high-quality custom machine learning models with minimal machine learning ex…
24265 "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
H A Den-IPA.txt2 # Email: mark.davis@icu-project.org
7974 $x{pipelines → pɑɪplɑɪnz ; # pɪpɛlɑɪnz
25918 # -le, -re
25957 zure } $nletter > ʒər ; # azure
26123 [$vowel-[a]] { s } $vowel > z ; # rose but base
26214 # foreign letters - the English pronunciation of them
26225 # Template file for und-IPA
26235 ← ̆ ; # 0306 extra-short
26253 ← ̯ ; # 032F non-syllabic
26260 ← ̽ ; # 033D mid-centralized
[all …]

12