Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten Github Issues concourse workflow check every period to 15m #2642

Closed
feoh opened this issue Aug 30, 2024 · 1 comment
Closed

Shorten Github Issues concourse workflow check every period to 15m #2642

feoh opened this issue Aug 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@feoh
Copy link
Contributor

feoh commented Aug 30, 2024

Expected Behavior

I would expect that the Concourse pipeline would start deploying within a reasonable time frame after I close the controlling Github issue. Currently this is set to 1h which is far too long to wait in a release day context.

Current Behavior

You have to wait an hour which will not fly during a release or in a crisis.

@feoh
Copy link
Contributor Author

feoh commented Sep 23, 2024

This change is in. From the docker-packer-pulumi-edx-global pipeline as viewed with get-pipeline:

- check_every: 15m0s
  expose_build_created_by: true
  icon: github
  name: github-issues-applications.edxapp.mitx.ci-post
  source:
    access_token: ((github.issues_resource_access_token))
    auth_method: token
    gh_host: https://github.mit.edu/api/v3
    issue_prefix: '[bot] Pulumi ol-infrastructure-edxapp-application.mitx applications.edxapp.mitx.CI
      deployed.'
    issue_state: open
    issue_title_template: '[bot] Pulumi ol-infrastructure-edxapp-application.mitx
      applications.edxapp.mitx.CI deployed.'
    repository: ol-platform-eng/concourse-workflow
  type: github-issues
- check_every: 15m0s
  expose_build_created_by: true
  icon: github
  name: github-issues-applications.edxapp.mitx.ci-trigger

@feoh feoh closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant