openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

Add cronjob trigger to OSP nightly workflow #930

Closed enarha closed 6 months ago

enarha commented 6 months ago

The intention always was to use a scheduler to execute the workflow daily. The manual trigger is kept for both easier testing and emergency updates.

enarha commented 6 months ago

am I correct in thinking that the only proper verification of this @enarha is to look for the github action firing at the appointed interval?

Yes. If that helps, we have similar setup here https://github.com/openshift-pipelines/pipeline-service/blob/main/.github/workflows/periodic-scanner-quay.yaml#L3-L6 and I tested it myself.

enarha commented 6 months ago

/test test-pipeline-service-deployment-ocp-414

gabemontero commented 6 months ago

am I correct in thinking that the only proper verification of this @enarha is to look for the github action firing at the appointed interval?

Yes. If that helps, we have similar setup here https://github.com/openshift-pipelines/pipeline-service/blob/main/.github/workflows/periodic-scanner-quay.yaml#L3-L6 and I tested it myself.

cool ... I'll defer to you or @Roming22 on when to hit the merge button