Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
8e68ffdd
Commit
8e68ffdd
authored
8 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make clean cleanup after non-docker tests as well.
parent
a31bb845
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
docker.mk
+3
-1
test.mk
+5
-0
No files found.
docker.mk
View file @
8e68ffdd
...
...
@@ -26,7 +26,9 @@ test: docker.test
pkg
:
docker.pkg
clean
:
clean
:
docker.clean
docker.clean
:
rm
-rf
.build
docker.test.shard
:
$(foreach image
,
$(shell echo $(images) | python util/balancecontainers.py $(SHARDS) | awk 'NR%$(SHARDS)==$(SHARD)')
,
$(docker_test)$(image))
...
...
This diff is collapsed.
Click to expand it.
test.mk
View file @
8e68ffdd
...
...
@@ -22,3 +22,8 @@ test.syntax.dockerfiles:
test.edx_east_roles:
tests/test_edx_east_roles.sh
clean: test.clean
test.clean:
rm -rf playbooks/edx-east/test_output
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment