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

Check all resources that are inputs to a job #3403

Open
clarafu opened this issue Feb 28, 2019 · 1 comment
Open

Check all resources that are inputs to a job #3403

clarafu opened this issue Feb 28, 2019 · 1 comment

Comments

@clarafu
Copy link
Contributor

clarafu commented Feb 28, 2019

We want to separate the responsibilities of the manually trigger button on the job into two separate buttons:

  • a button that will force a check for all your resources that are inputs to your job
  • another button that will manually trigger a new build with the current versions of each resource

In order to achieve this, we will need to implement a new button that will force check all your resources that are inputs to your job. We assume it can use the GetBuildInputs and CheckResource API endpoints to achieve this. This check-all button should not block the user from starting a new build. That being said, having the check button not block on pipeline scheduling might cause some hiccups of the check-all button not being finished and the scheduler kicking off a new build with only a few of the new versions that the user expected to find.

cc @Lindsayauchin would you be able to create a design for this? Thanks a lot! 😄

Related to #2438

@vito
Copy link
Member

vito commented Mar 10, 2019

Additional context is in #413 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants