Skip to content

Implement the ability to produce the command to run aggregation manually #3

@dperique

Description

@dperique

We can do this:

tag=4.15.0-0.nightly-2024-01-11-034529
 job_name=periodic-ci-openshift-release-master-ci-4.15-e2e-azure-ovn-upgrade
 start_time="20xx-xx-xxTxx:xx:xxZ"
 ./job-run-aggregator analyze-job-runs \
   --timeout=7h \
   --google-service-account-credential-file some-thing.json \
   --job ${job_name} \
   --payload-tag ${tag} \
   --job-start-time ${start_time} \
   --working-dir /tmp/test_analysis/${tag}/${job_name}

We should be able to dump out that command so the user can build their own job-run-aggregator and run aggregation manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions