Skip to content

Commit

Permalink
jobs/ocfs2test: split this job in order to run it on vm
Browse files Browse the repository at this point in the history
Signed-off-by: leishaoting <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
leishaoting authored and rli9 committed Oct 22, 2018
1 parent b17346f commit 267728f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions jobs/ocfs2test-mkfs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
suite: ocfs2test
testcase: ocfs2test
category: functional

# Note, the type of disk is not limited.
# Both HDD and SSD are OK.
# If you want to use HDD, change 1SSD to 1HDD.
disk:
- 1SSD

size: 200G

ocfs2test:
test:
- test-mkfs
5 changes: 3 additions & 2 deletions jobs/ocfs2test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ category: functional
# Both HDD and SSD are OK.
# If you want to use HDD, change 1SSD to 1HDD.
disk:
- 1SSD
- 1HDD

size: 200G

ocfs2test:
test:
- test-quick
- test-mmaptruncate
- test-mkfs
# can't run on vm, move it to ocfs2test-mkfs.yaml
# - test-mkfs
# - test-buildkernel # we have kernel build already, ignore
# - test-tunefs # need a huge memory (up to 130GB at lkp-hsw-ep2)
- test-sendfile
Expand Down

0 comments on commit 267728f

Please sign in to comment.