Remove the artifacts field from stress_crash/stress_crash_with_atomic_flush

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/5422

Differential Revision: D15706212

Pulled By: ltamasi

fbshipit-source-id: 0acf060fb8568efee51c033e50b492bcf1095a4c
This commit is contained in:
Levi Tamasi 2019-06-06 16:14:51 -07:00 committed by Facebook Github Bot
parent d68f9f4580
commit fd94353ea3

View File

@ -109,13 +109,6 @@ else
TASK_CREATION_TOOL="false"
fi
ARTIFACTS=" 'artifacts': [
{
'name':'database',
'paths':[ '/dev/shm/rocksdb' ],
}
]"
#
# A mechanism to disable tests temporarily
#
@ -395,7 +388,6 @@ STRESS_CRASH_TEST_COMMANDS="[
$PARSER
}
],
$ARTIFACTS,
$REPORT
}
]"
@ -424,7 +416,6 @@ STRESS_CRASH_TEST_WITH_ATOMIC_FLUSH_COMMANDS="[
$PARSER
}
],
$ARTIFACTS,
$REPORT
}
]"