Spaces:
Runtime error
Runtime error
{ | |
# Descriptive name for the component | |
"name" : "Thrust Test Suite", | |
# Component owner (email address) | |
"owner" : "[email protected]", | |
"module" : "CUDA - Thrust", | |
# Build timeout (in seconds). | |
"buildtimeout" : "28800", | |
# Define variables usable in this component | |
"env" : [ "THRUST_TESTS_BIN_DIR=${VULCAN_BUILD_DIR}/bin/${VULCAN_ARCH}_${VULCAN_OS}${VULCAN_ABI}_${VULCAN_BUILD}" ], | |
# Files included in this component specified with one or more paths. | |
# Paths are relative to this file location. Path syntax uses wildcards and p4-like '...'. | |
"files" : [ | |
"...", | |
{ "include" : "CUDA_TOOLKIT_BUILD_FILES" } | |
], | |
# Output produced by this component and the installation location | |
# for each output. The install location is relative to | |
# VULCAN_INSTALL_DIR. Optional 'kind' property can be used to tag | |
# artifact kinds. | |
"artifacts" : [ | |
{ "${THRUST_TESTS_BIN_DIR}/*" : "cuda/_tests/thrust_tests/." }, | |
{ "internal/test/thrust_nightly.pl" : "cuda/_tests/thrust_tests/." }, | |
{ "internal/test/*.filecheck" : "cuda/_tests/thrust_tests/filecheck_data/." }, | |
{ "thrust_tests.vlct" : "cuda/_tests/thrust_tests/.", "kind" : "TESTSUITE" } | |
], | |
# Dependencies for this component. | |
"depends" : [ "driver_headers", "driver", "compiler", "cuda", "thrust" ], | |
# The agent for this component, relative to this file location. The | |
# agent is invoked to perform component actions. | |
"agent" : { | |
"CUDA_MAKE" : "Makefile", "build_target" : "all", "clean_target" : "clean", | |
"args" : [ "TEST_ALL=1" ] | |
} | |
} | |