From f718f001fbf945083af951a883769e111b48fbf2 Mon Sep 17 00:00:00 2001 From: Reese <10563996+reesercollins@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:17:10 -0400 Subject: [PATCH] Use new build agent (#187) * Use new build agent * Remove quotes --- cccs-build/superset-base/azure-pipelines.yml | 7 +++---- cccs-build/superset/azure-pipelines.yml | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cccs-build/superset-base/azure-pipelines.yml b/cccs-build/superset-base/azure-pipelines.yml index a34286963b8ea..e97febdbbde4d 100644 --- a/cccs-build/superset-base/azure-pipelines.yml +++ b/cccs-build/superset-base/azure-pipelines.yml @@ -12,8 +12,7 @@ variables: buildTimestamp: $[format('{0:yyyyMMddHHmmss}', pipeline.startTime)] DOCKER_BUILDKIT: 1 -pool: - vmImage: ubuntu-latest +pool: cauldron-vmss steps: - bash: | @@ -32,7 +31,7 @@ steps: - task: Docker@2 displayName: Build image inputs: - command: 'build' + command: build repository: $(imageRepository) arguments: --progress=plain dockerfile: $(dockerfile) @@ -42,7 +41,7 @@ steps: - task: Docker@2 displayName: Push image inputs: - command: 'push' + command: "push" repository: $(imageRepository) tags: | $(BRANCH_NAME) diff --git a/cccs-build/superset/azure-pipelines.yml b/cccs-build/superset/azure-pipelines.yml index fd10d0ce527a5..7e0e97feb1812 100644 --- a/cccs-build/superset/azure-pipelines.yml +++ b/cccs-build/superset/azure-pipelines.yml @@ -11,8 +11,7 @@ variables: buildTimestamp: $[format('{0:yyyyMMddHHmmss}', pipeline.startTime)] DOCKER_BUILDKIT: 1 -pool: - vmImage: ubuntu-latest +pool: cauldron-vmss steps: - bash: |