10 Mar, 2020

1 commit

  • We keep both of these jobs in sync as much as possible even when the
    primary motivation is to keep Travis from exceeding the build time limit
    there. With that in mind:
    - Use "rk" not "rockchip" to get all Rockchip SoC platforms in one job,
    rather than just all Rockchip vendor platforms.
    - The NXP LX216* SoCs have their own job, exclude them from the AArch64
    generic job.
    - SoCFPGA SoCs have their own job, exclude them from the AArch64 generic
    job.

    Signed-off-by: Tom Rini

    Tom Rini
     

25 Feb, 2020

2 commits


13 Feb, 2020

1 commit

  • When running our tests there are some cases where as part of the Python
    2.7 to Python 3.6 migration we didn't force Python 3.6 to be used as
    everything wasn't yet migrated. Now that everything is, make sure to
    tell virtualenv to use python3. In the case of Travis this is best done
    by making the tools test happen after the main tests so that it will
    already have been run in all cases, TEST_PY_TOOLS is a subset of
    TEST_PY_BD.

    Signed-off-by: Tom Rini

    Tom Rini
     

08 Feb, 2020

2 commits


04 Feb, 2020

1 commit


21 Jan, 2020

1 commit


11 Jan, 2020

1 commit


23 Nov, 2019

1 commit


07 Nov, 2019

1 commit


02 Nov, 2019

1 commit


31 Oct, 2019

1 commit


30 Oct, 2019

1 commit

  • This expands current Azure Pipelines Windows host tools build
    testing to cover all the CI testing in gitlab and travis CI.

    Note for some unknown reason, the 'container' cannot be used for
    any jobs that have buildman, for buildman does not exit properly
    and hangs the job forever. As a workaround, we manually call
    docker to run the image to perform the CI tasks.

    A complete run on Azure Pipelines takes about 2 hours and 10
    minutes.

    Signed-off-by: Bin Meng

    Bin Meng
     

29 Oct, 2019

1 commit

  • Microsoft Azure Pipelines [1] provides unlimited CI/CD minutes and
    10 parallel jobs to every open source project for free.

    This adds a configuration file for Azure Pipelines to utilize the
    free Windows VM hosted by Microsoft to ensure no build broken in
    building U-Boot host tools for Windows.

    [1] https://azure.microsoft.com/en-us/blog/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source/

    Signed-off-by: Bin Meng

    Bin Meng