~canonical-platform-qa/qa-jenkins-jobs/update-chroot-builder

« back to all changes in this revision

Viewing changes to jobs/macros.yaml

  • Committer: Tarmac
  • Author(s): Sergio Cazzolato
  • Date: 2017-02-09 19:43:28 UTC
  • mfrom: (204.1.16 qa-jenkins-jobs)
  • Revision ID: tarmac-20170209194328-wjpv18tgwlkrldx4
Adding parameters to specify the results type in grafana upload builder.

Approved by Max Brustkern, platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
            EOF
44
44
 
45
45
- builder:
46
 
    name: grafana-upload
 
46
    name: grafana-tests-upload
47
47
    builders:
48
48
        - grafana-setup:
49
49
        - shell: |
63
63
                "build": "$BUILDSTAMP"
64
64
            }}
65
65
            EOF
66
 
            $GRAFANA_INTEGRATION_PATH/run_script sync-tests -rt xunit -rf {xunit_file} -if global_info.json -m tests_01 -t $(date +%s)
 
66
            $GRAFANA_INTEGRATION_PATH/run_script sync-tests -rt {results_type} -rf {results_file} -if global_info.json -m tests_01 -t $(date +%s)
67
67
 
68
68
- publisher: # This publisher archives all job artifacts
69
69
    name: 'archive-artifacts'