From a4124fdaab19420c8f0861e27009bf6a75c10419 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:33:05 -0800 Subject: [PATCH 1/2] autotrigger the tables CI when a testproxy file is changed --- sdk/data/aztables/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/data/aztables/ci.yml b/sdk/data/aztables/ci.yml index d46e8d5b2a56..89d081f4f660 100644 --- a/sdk/data/aztables/ci.yml +++ b/sdk/data/aztables/ci.yml @@ -20,6 +20,7 @@ pr: paths: include: - sdk/data/aztables + - eng/common/testproxy stages: - template: /eng/pipelines/templates/jobs/archetype-sdk-client.yml From b6fe63c16c4623a5f8c54be0b347045141646406 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:59:23 -0800 Subject: [PATCH 2/2] Update sdk/data/aztables/ci.yml --- sdk/data/aztables/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/data/aztables/ci.yml b/sdk/data/aztables/ci.yml index 89d081f4f660..6b0fe54e26db 100644 --- a/sdk/data/aztables/ci.yml +++ b/sdk/data/aztables/ci.yml @@ -21,6 +21,7 @@ pr: include: - sdk/data/aztables - eng/common/testproxy + # adding eng/common/testproxy as aztables is a good exercise of the test-proxy features. if a new proxy version works on this build, we can be confident updating to it stages: - template: /eng/pipelines/templates/jobs/archetype-sdk-client.yml