This is an automated email from the ASF dual-hosted git repository.
shamrick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new bbd101957e Run TP/TPv2 tests when TO DB files have changed (#7327)
bbd101957e is described below
commit bbd101957e4445130fb03eafab286a998a7be614
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue Jan 31 12:06:47 2023 -0700
Run TP/TPv2 tests when TO DB files have changed (#7327)
---
.github/workflows/tp.integration.tests.yml | 4 ++++
.github/workflows/tpv2.yml | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/.github/workflows/tp.integration.tests.yml
b/.github/workflows/tp.integration.tests.yml
index bf12f24283..9b11ac505b 100644
--- a/.github/workflows/tp.integration.tests.yml
+++ b/.github/workflows/tp.integration.tests.yml
@@ -31,6 +31,8 @@ on:
- .github/workflows/tp.integration.tests.yml
- GO_VERSION
- infrastructure/cdn-in-a-box/optional/traffic_vault/**
+ - lib/go-tc/**
+ - traffic_ops/app/db/**
- traffic_ops/traffic_ops_golang/**.go
- traffic_portal/**
create:
@@ -42,6 +44,8 @@ on:
- .github/workflows/tp.integration.tests.yml
- GO_VERSION
- infrastructure/cdn-in-a-box/optional/traffic_vault/**
+ - lib/go-tc/**
+ - traffic_ops/app/db/**
- traffic_ops/traffic_ops_golang/**.go
- traffic_portal/**
types: [ opened, reopened, ready_for_review, synchronize ]
diff --git a/.github/workflows/tpv2.yml b/.github/workflows/tpv2.yml
index a65e4ea361..2c4f6d632b 100644
--- a/.github/workflows/tpv2.yml
+++ b/.github/workflows/tpv2.yml
@@ -26,12 +26,18 @@ on:
- experimental/traffic-portal/**
- .github/workflows/tpv2.yml
- .github/actions/tpv2-integration-tests
+ - lib/go-tc/**
+ - traffic_ops/app/db/**
+ - traffic_ops/traffic_ops_golang/**.go
create:
pull_request:
paths:
- experimental/traffic-portal/**
- .github/workflows/tpv2.yml
- .github/actions/tpv2-integration-tests
+ - lib/go-tc/**
+ - traffic_ops/app/db/**
+ - traffic_ops/traffic_ops_golang/**.go
types: [opened, reopened, ready_for_review, synchronize]
jobs: