Home
last modified time | relevance | path

Searched refs:upload_artifact (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/.gitlab-ci/tracie/
Dtracie.py126 def upload_artifact(file_name, key, content_type): function
180 upload_artifact(image_file, 'traces/%s.png' % checksum, 'image/png')
253upload_artifact(os.path.join(RESULTS_PATH, 'results.yml'), 'traces/results.yml', 'text/yaml')
254 upload_artifact(junit_xml_path, 'traces/junit.xml', 'text/xml')