Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

ACME developer and integration test suites are run nightly on a set of machines and the test results are updated on cdash. More information on these nightly test runs is available at the " Using the ACME CDash Dashboard " page.

Users can also run the ACME developer and integration test suites manually and upload the test results to cdash. This feature can be used to upload results from machines (or results from test suites) that are not covered by the nightly tests. The information below is my experience uploading test results from blues to cdash.

Steps to manually report test results to cdash

  • Create and run the test suite as usual. See " Running the tests " page for information on how to run the test suite.
  • Use the wait_for_tests (CIME2: <ACME_SOURCE_DIR>/cime/scripts-acme/wait_for_tests) script to upload the results to cdash. In the case below my test results (the testroot directory) are in the testroot-anvil directory and I named the cdash buildname as "jayesh_acme_developer_master_anvil_gnu_32pes" .

    [jayesh@blogin2 scripts-acme]$ ./wait_for_tests -n -b jayesh_acme_developer_master_anvil_gnu_32pes -p ACME_Climate -g ACME_Other ./testroot-anvil/*/TestStatus

  • No labels