Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ repos:
files: 'tools/cloud-build/daily-tests/builds/.*\.yaml'
pass_filenames: false
require_serial: true
- id: validate-daily-test-builds
name: validate-daily-test-builds
entry: tools/cloud-build/daily-tests/validate_daily_test_builds.py
language: python
language_version: python3
additional_dependencies: ['pyyaml']
files: 'tools/cloud-build/daily-tests/builds/.*\.(yaml|yml)'
pass_filenames: true
require_serial: true
- id: pytest-check
name: pytest-check
entry: pytest
Expand Down
91 changes: 0 additions & 91 deletions tools/cloud-build/daily-tests/validate_daily_test_builds.py

This file was deleted.

Loading