Skip to content

Commit

Permalink
Update pipeline.yml to rerun tests on Dockerfile.ftest changes (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov authored Nov 20, 2023
1 parent 31969b2 commit 67f0d82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ steps:
- "perf8-report-*/**/*"

- path:
- "connectors/sources/salesforce.py"
- "tests/sources/fixtures/salesforce/**"
- "connectors/sources/salesforce.py"
- "tests/sources/fixtures/salesforce/**"
- "Dockerfile.ftest"
config:
label: "🔨 Salesforce"
command:
Expand All @@ -246,6 +247,7 @@ steps:
- path:
- "connectors/sources/zoom.py"
- "tests/sources/fixtures/zoom/**"
- "Dockerfile.ftest"
config:
label: "🔨 Zoom"
command:
Expand All @@ -256,6 +258,7 @@ steps:
- path:
- "connectors/sources/box.py"
- "tests/sources/fixtures/box/**"
- "Dockerfile.ftest"
config:
label: "🔨 Box"
command:
Expand All @@ -266,6 +269,7 @@ steps:
- path:
- "connectors/sources/microsoft_teams.py"
- "tests/sources/fixtures/microsoft_teams/**"
- "Dockerfile.ftest"
config:
label: "🔨 Microsoft Teams"
command:
Expand Down

0 comments on commit 67f0d82

Please sign in to comment.