Searched +full:azure +full:- +full:pipelines (Results 1 – 25 of 45) sorted by relevance
12
2 - job:35 vmImage: 'ubuntu-18.04'37 - bash: |38 set -e42 curl -L $JDK_URL -o .jdk/jdk.tar.gz43 tar -xzf .jdk/jdk.tar.gz -C .jdk --strip-components 144 .jdk/bin/java -version60 - bash: |61 if [[ "$JDK_VERSION" -ge "8" ]]; then65 mvn -V -B -e -f org.jacoco.build \[all …]
22 # SPDX-License-Identifier: curl44 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 job88 elsif($_ =~ /^ - run: .* apt-get install (.*)/) {92 if($_ =~ /^ - name: (.*)/) {101 elsif($_ =~ /( |curl-)configure: (.*)/) {126 elsif($_ =~ /- CC: (.*)/) {[all …]
9 - checkout: self13 # Work around a known issue affecting Ubuntu VMs on Pipelines14 - script: sudo setfacl -Rb /home/vsts17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…20 - script: ./configure --with-pydebug23 - script: make -j426 - ${{ if eq(parameters.coverage, 'true') }}:27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage30 - script: ./venv/bin/python -m test.pythoninfo33 - script: |[all …]
7 - job: Prebuild8 displayName: Pre-build checks11 vmImage: ubuntu-22.0414 - template: ./prebuild-checks.yml17 - job: Docs_PR23 vmImage: ubuntu-22.0426 - template: ./docs-steps.yml29 - job: macOS_PR_Tests33 # bpo-39837: macOS tests on Azure Pipelines are disabled37 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'[all …]
7 - job: Prebuild8 displayName: Pre-build checks11 vmImage: ubuntu-22.0414 - template: ./prebuild-checks.yml17 - job: Docs_PR23 vmImage: ubuntu-22.0426 - template: ./docs-steps.yml31 - job: macOS_CI_Tests35 # bpo-39837: macOS tests on Azure Pipelines are disabled39 testRunTitle: '$(build.sourceBranchName)-macos'[all …]
8 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam…9 :alt: CPython build status on Azure DevOps10 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main12 .. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg17 Copyright © 2001-2023 Python Software Foundation. All rights reserved.24 -------------------26 - Website: https://www.python.org27 - Source code: https://github.com/python/cpython28 - Issue tracker: https://github.com/python/cpython/issues29 - Documentation: https://docs.python.org[all …]
1 <?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 …]
1 <?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 all89 <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 the111 artifacts follow the check <code>continuous-integration/appveyor/branch</code>126 for non-developers but the archive is[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->14 - ... it still builds, warning-free, on Linux and macOS, with both16 - ... it still builds fine on Windows with several MSVC versions17 - ... it still builds with cmake on Linux, with gcc and clang18 - ... it follows rudimentary code style rules19 - ... the test suite still runs 100% fine20 - ... the release tarball (the "dist") still works21 - ... it builds fine in-tree as well as out-of-tree[all …]
22 # SPDX-License-Identifier: curl32 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite33 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl34 # runclient, runclientoutput - Modify to copy all the files in the log/53 # Finally, to properly support -g and -n, checktestcmd needs to change56 # fixed. As long as the -g option is never given, and the -n is always69 # usually set by the Makefile, but for out-of-tree builds with direct97 use azure;109 my $CURLCONFIG="../curl-config"; # curl-config from current build126 my $args; # command-line arguments[all …]
8 # http://www.apache.org/licenses/LICENSE-2.043 # find `gettop` -type d -wholename `gettop`/out -prune -o -type d -name '.*'44 # -print | awk -F/ '{{print $NF}}'| sort -u48 '.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 …]
1 """PipSession and supporting code, containing all pip-specific63 # Ignore warning raised when using --trusted-host.88 # Azure Pipelines99 def looks_like_ci() -> bool:109 def user_agent() -> str:180 # If for any reason `rustc --version` fails, silently ignore it183 ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5189 # The format of `rustc --version` is:190 # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'`219 ) -> Response:[all …]
94 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 …]
2 .. date: 2020-03-30-23-16-254 .. release date: 2020-04-2712 .. date: 2020-03-15-01-28-3622 .. date: 2020-01-30-16-15-2926 CVE-2020-8492: The :class:`~urllib.request.AbstractBasicAuthHandler` class35 .. date: 2020-04-20-23-58-3544 .. date: 2020-04-20-14-06-1949 temporarily switch back to the old parser, use ``-X oldparser`` or57 .. date: 2020-04-14-18-54-5068 .. date: 2020-04-14-18-47-00[all …]
2 .. date: 2019-11-18-16-17-564 .. release date: 2019-11-1913 .. date: 2019-11-14-16-13-2322 .. date: 2019-10-08-19-29-5523 .. nonce: QL7s0-31 .. date: 2019-09-25-13-21-0936 rendering the document page as HTML. (Contributed by Dong-hee Na in42 .. date: 2019-09-23-21-02-4647 CVE-2019-15903.52 .. date: 2019-08-27-01-13-05[all …]
2 .. date: 2019-01-15-18-16-054 .. release date: 2019-02-037 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did10 (TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco.15 .. date: 2018-11-23-15-00-2319 The :option:`-I` command line option (run Python in isolated mode) is now21 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-2533 -E or -I arguments.[all …]
... node": { 105 "app": { 106 "name": "Azure Pipelines", 107 "databaseId": 9426 108 }, 109 ...
1 # __2.20.162__ __2023-10-06__3 - ### Features4 …- This release adds support for Document type as an alternative for stringified JSON for StartChan…7 - ### Features8 …- This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticat…11 - ### Features12 - Documentation updates for Elastic Compute Cloud (EC2).15 - ### Features16 …- After performing steps to repair the Active Directory configuration of a file system, use this a…19 - ### Features[all …]
1Aarhus 2Aaron 3Ababa 4aback 5abaft 6abandon 7abandoned 8abandoning 9abandonment 10 ...
1 …-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
9486 …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 …]
2 # Email: mark.davis@icu-project.org7974 $x{pipelines → pɑɪplɑɪnz ; # pɪpɛlɑɪnz25918 # -le, -re25957 zure } $nletter > ʒər ; # azure26123 [$vowel-[a]] { s } $vowel > z ; # rose but base26214 # foreign letters - the English pronunciation of them26225 # Template file for und-IPA26235 ← ̆ ; # 0306 extra-short26253 ← ̯ ; # 032F non-syllabic26260 ← ̽ ; # 033D mid-centralized[all …]