Skip to content

Commit

Permalink
ci: use 'jpsim/retest' GitHub Action for /retest command (#2491)
Browse files Browse the repository at this point in the history
Defined here: https://github.com/jpsim/retest

It has a number of advantages over the previous in-repo implementation:

1. Runs faster because it runs in a node.js environment and doesn't
   require pulling and running a Docker container
2. Written in Typescript instead of bash/jq
3. Has unit tests
4. _Potentially_ will be better maintained if it ends up being used &
   improved by other people unrelated to their relationship with Envoy
   Mobile

Otherwise should be at feature parity with the previous implementation.

Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
jpsim authored Aug 23, 2022
1 parent 3a88ca2 commit e3ade7e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 92 deletions.
7 changes: 0 additions & 7 deletions .github/actions/retest-action/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions .github/actions/retest-action/action.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/actions/retest-action/entrypoint.sh

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:

jobs:
retest:
name: Retest
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Re-Test Action
uses: ./.github/actions/retest-action
# jpsim/retest@v1
- uses: jpsim/retest@c158dec0a7f67cb85f8367468dc8a9a75308bb7f
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e3ade7e

Please sign in to comment.