Skip to content

test-runner-on-vm: allow for hooks#18

Open
rjbs wants to merge 1 commit into
fastmail:mainfrom
rjbs:generic-hooks
Open

test-runner-on-vm: allow for hooks#18
rjbs wants to merge 1 commit into
fastmail:mainfrom
rjbs:generic-hooks

Conversation

@rjbs

@rjbs rjbs commented Jul 3, 2026

Copy link
Copy Markdown
Member

If you want to do something special in your MR for a given step, you can make one of these programs:

  • hook-before-{stepname}: run this program before, continue no matter what

  • hook-instead-{stepname}: run this program instead of the normal implementation of the step, fail if it exits nonzero

  • hook-before-{stepname}: run this program after the step, continue no matter what

If you want to do something special in your MR for a given step, you can
make one of these programs:

* hook-before-{stepname}: run this program before, continue no matter
  what

* hook-instead-{stepname}: run this program instead of the normal
  implementation of the step, fail if it exits nonzero

* hook-before-{stepname}: run this program after the step, continue no
  matter what
@rjbs rjbs requested a review from lerlacher-fm July 3, 2026 20:56
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

Successfully merging this pull request may close these issues.

1 participant