Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up CI with Azure Pipelines #6495

Merged
merged 38 commits into from
Nov 14, 2018
Merged

Set up CI with Azure Pipelines #6495

merged 38 commits into from
Nov 14, 2018

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    b631120 View commit details
    Browse the repository at this point in the history
  2. Update azure-pipelines.yml

    arcanis committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    7f05fe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Update azure-pipelines.yml

    arcanis committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    a1f0994 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    arcanis committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    573c9e7 View commit details
    Browse the repository at this point in the history
  3. Adds debug

    Maël Nison committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    0d801d0 View commit details
    Browse the repository at this point in the history
  4. Tries using bash

    Maël Nison committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    3e168d7 View commit details
    Browse the repository at this point in the history
  5. Tweaks timeouts

    Maël Nison committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    808eb7e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    95eb3d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. I get the same 22 failed tests with/without the delay.

    Pablo Nunez Navarro committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    b95bbc0 View commit details
    Browse the repository at this point in the history
  2. Fix makeFakeBinary for win32.

    It needs the ".cmd" extension, otherwise it's ignored.
    Remove #!/bin/sh and instead add @echo off to clean output
    Use errorCode 0 so we get output and not a Command failed
    Pablo Nunez Navarro committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    ea5810e View commit details
    Browse the repository at this point in the history
  3. Check custom output instead of versions.

    Running fake binaries there was no way to get local versions of node or yarn. Am I missing something?
    Pablo Nunez Navarro committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    6830dd3 View commit details
    Browse the repository at this point in the history
  4. Remove quotes from echo (not removed in Windows).

    Replace ; by /n as the former doesn't actually break statements in Windows batch files.
    Pablo Nunez Navarro committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3a0c614 View commit details
    Browse the repository at this point in the history
  5. Some tweaks

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    c743366 View commit details
    Browse the repository at this point in the history
  6. Fixes syntax

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    2c6949f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2312b35 View commit details
    Browse the repository at this point in the history
  8. Fixes tests on Windows

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    596e8c1 View commit details
    Browse the repository at this point in the history
  9. Adds test reporting

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    7c5a6be View commit details
    Browse the repository at this point in the history
  10. Fixes things (?)

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    c5dfc47 View commit details
    Browse the repository at this point in the history
  11. Fixes indent

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    9273271 View commit details
    Browse the repository at this point in the history
  12. Always run the test result publishing

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0c17392 View commit details
    Browse the repository at this point in the history
  13. Fixes yml

    Maël Nison committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    420f74f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Use node scripts to avoid Windows interoperability issues.

    Pablo Nunez Navarro committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    6b2b594 View commit details
    Browse the repository at this point in the history
  2. Fixes the "must use the same Node as Yarn itself" test

    Maël Nison committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b7cf111 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    15bc762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe8ced View commit details
    Browse the repository at this point in the history
  3. Fixes a test on Windows

    arcanis committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    0c4bd14 View commit details
    Browse the repository at this point in the history
  4. Add support for different drives in Windows.

    So if code is in D: but temporary folder is in C:, don't try to find a relative path but stay on the absolute one.
    Pablo Nunez Navarro committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    3c1a97e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. No need to getPackageLocation

    Pablo Nunez Navarro committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    990f43a View commit details
    Browse the repository at this point in the history
  2. Add support for environment and arguments by using a custom solution …

    …instead of cmd-shim.
    Pablo Nunez Navarro committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9cf85d6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into azure-pipelines

    Pablo Nunez Navarro committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1bbee27 View commit details
    Browse the repository at this point in the history
  4. Missing escape on path in pnpapi test.

    Pablo Nunez Navarro committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1d9ea16 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Some cleaning

    arcanis committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    adf5a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2dabc9 View commit details
    Browse the repository at this point in the history
  3. Fixes write paths

    arcanis committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e786a9b View commit details
    Browse the repository at this point in the history
  4. Fixes normalizePath

    arcanis committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    f96f54f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f72462 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Increase Windows timeouts and better name Test results (#6680)

    * Increase timeout in Windows, we're seeing tests failing randomly and others close to default 5 sec.
    
    * Distinguish tests published from each job.
    
    * Pass name as vmImage is not available
    
    * Remove unnecessary detect unfinished tests.
    
    * Using strategy var instead of parameter
    
    * Use variables instead of strategy
    pablonete authored and arcanis committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    3a8e9e5 View commit details
    Browse the repository at this point in the history
  2. Revert "Disables pkg-tests from CircleCI (moved to Azure)"

    This reverts commit 8f72462.
    arcanis committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    649ae72 View commit details
    Browse the repository at this point in the history