Skip to content

Commit

Permalink
Remove obsolete default container.
Browse files Browse the repository at this point in the history
(cherry picked from commit 4173a30)
  • Loading branch information
mattclay committed Sep 6, 2018
1 parent e7d75d4 commit 729736f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 171 deletions.
3 changes: 0 additions & 3 deletions test/runner/.dockerignore

This file was deleted.

76 changes: 0 additions & 76 deletions test/runner/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions test/runner/docker/deadsnakes.list

This file was deleted.

8 changes: 0 additions & 8 deletions test/runner/docker/python3.7.0a2

This file was deleted.

73 changes: 0 additions & 73 deletions test/runner/docker/requirements.sh

This file was deleted.

9 changes: 0 additions & 9 deletions test/runner/lib/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,6 @@ def _classify(self, path):
if path == 'test/runner/completion/docker.txt':
return all_tests(self.args, force=True) # force all tests due to risk of breaking changes in new test environment

if path.startswith('test/runner/docker/'):
return minimal # not used by tests, only used to build the default container

if path.startswith('test/runner/lib/cloud/'):
cloud_target = 'cloud/%s/' % name

Expand Down Expand Up @@ -614,12 +611,6 @@ def _classify(self, path):
}

if path.startswith('test/runner/'):
if dirname == 'test/runner' and name in (
'Dockerfile',
'.dockerignore',
):
return minimal # not used by tests, only used to build the default container

return all_tests(self.args) # test infrastructure, run all tests

if path.startswith('test/utils/shippable/tools/'):
Expand Down

0 comments on commit 729736f

Please sign in to comment.