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

Trigger from github comment #13

Open
simonbyrne opened this issue Aug 3, 2020 · 2 comments
Open

Trigger from github comment #13

simonbyrne opened this issue Aug 3, 2020 · 2 comments

Comments

@simonbyrne
Copy link
Member

Would be nice to be able to trigger builds of specific steps from github comments: either via a specific job name,

@climabot run <jobname>

or specify a yml file in a codeblock

 @climabot run
```
steps:
- command: "mpiexec julia --project foo.jl"
```

(we could use something other than @climabot for this)

Would need to be careful to limit it to authorized users.
Might be able to use https://github.com/buildkite/trigger-pipeline-action

@jakebolewski
Copy link
Contributor

I dont think we can do number 2 looking at the API, but number 1 is possible and seems better as the execution is not arbitrary (needs to go through review)

@ali-ramadhan
Copy link
Member

This would be pretty useful! Unfortunately it looks like there's been an open issue about it on Buildkite for years: buildkite/feedback#288

Guess it might have to go through https://github.com/buildkite/trigger-pipeline-action

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

No branches or pull requests

3 participants