X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.azure-pipelines.yml;h=36ca3cb4626461a53ef284a1dbbb42e71242cc55;hb=98887ab802e4118e7c813e5e052678772fa1b3a8;hp=915d5115b12d9ed5863232f4162d4677c623ca7b;hpb=31016a5a853cb5b8e27e9fdf956d8250ae59eca9;p=platform%2Fkernel%2Fu-boot.git diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 915d511..36ca3cb 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -140,7 +140,7 @@ stages: options: $(container_option) steps: - script: | - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi + ./tools/buildman/buildman -R - job: tools_only displayName: 'Ensure host tools build' @@ -261,6 +261,9 @@ stages: evb_ast2500: TEST_PY_BD: "evb-ast2500" TEST_PY_ID: "--id qemu" + evb_ast2600: + TEST_PY_BD: "evb-ast2600" + TEST_PY_ID: "--id qemu" vexpress_ca9x4: TEST_PY_BD: "vexpress_ca9x4" TEST_PY_ID: "--id qemu"