File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- name : Parallel Tests
2
1
# For PRs to dev or pushes that modify the root Dockerfile, build from scratch
3
2
# then run CI tests using that container in parallel
4
3
# For forked repos that can't use our panda-arc test suite, just build and run make check
4
+ name : Parallel Tests
5
5
on :
6
- # Allow repo owner to manually run this workflow for external PRs once code is vetted
7
6
workflow_dispatch :
8
-
9
- # Run automatically for internal PRs and pushes
10
7
pull_request :
11
8
branches :
12
9
- dev
13
10
- stable
14
11
- candidate_release_*
15
- # push:
16
- # paths: ['Dockerfile'] # If this file changed, we'd need to do a clean build (this action)
17
- # otherwise we could speed this up by pulling the last container of 'dev', copying
18
- # code into it, and then rebuilding
19
-
20
12
jobs :
21
13
lint :
22
14
runs-on : panda-arc
47
39
env :
48
40
LINTLY_API_KEY : ${{ secrets.GITHUB_TOKEN }}
49
41
50
-
51
42
test_installer : # test install_ubuntu.sh
52
43
runs-on : panda-arc # Note 22.04 would work, but it requires docker > 20.10.7 which is not on our CI box (yet)
53
44
container :
You can’t perform that action at this time.
0 commit comments