Skip to content

Commit

Permalink
Trigger all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Jul 5, 2024
1 parent 633e693 commit 256c1b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
uses: ./.github/workflows/pr-test.yml
with:
repo: core
pytest-args: '-m flaky'
secrets: inherit
2 changes: 2 additions & 0 deletions datadog_checks_base/datadog_checks/base/checks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1382,3 +1382,5 @@ def profile_memory(self, func, namespaces=None, args=(), kwargs=None, extra_tags

for m in metrics:
self.gauge(m.name, m.value, tags=tags, raw=True)

# Trigger all test runs
1 change: 0 additions & 1 deletion ddev/src/ddev/cli/validate/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def ci(app: Application, sync: bool):
jobs_workflow_path = app.repo.path / '.github' / 'workflows' / 'test-all.yml'
original_jobs_workflow = jobs_workflow_path.read_text() if jobs_workflow_path.is_file() else ''

# TODO: Remove this once verification is done for all tests
jobs = {}
for data in construct_job_matrix(app.repo.path, get_all_targets(app.repo.path)):
python_restriction = data.get('python-support', '')
Expand Down

0 comments on commit 256c1b9

Please sign in to comment.