Commit eb7cac6
authored
Set trigger: none in the CI tests (quokka-astro#1593)
### Description
This way, the GPU CI tests will only be tiggered via a manual '/azp run'
in a PR targeted at any branch. Commits into development branch won't
trigger CI tests.
Also added the submodules to the include list so that a pointer change
(the commit SHA reference) at submodules like extern/amrex itself will
trigger CI test.
### Checklist
_Before this pull request can be reviewed, all of these tasks should be
completed. Denote completed tasks with an `x` inside the square brackets
`[ ]` in the Markdown source below:_
- [ ] I have added a description (see above).
- [ ] I have added a link to any related issues (if applicable; see
above).
- [ ] I have read the [Contributing
Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md).
- [ ] I have added tests for any new physics that this PR adds to the
code.
- [ ] *(For quokka-astro org members)* I have manually triggered the GPU
tests with the magic comment `/azp run`.1 parent 1c4c7c0 commit eb7cac6
2 files changed
Lines changed: 20 additions & 49 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
31 | 9 | | |
32 | 10 | | |
33 | 11 | | |
| |||
42 | 20 | | |
43 | 21 | | |
44 | 22 | | |
| 23 | + | |
45 | 24 | | |
| 25 | + | |
46 | 26 | | |
| 27 | + | |
47 | 28 | | |
| 29 | + | |
48 | 30 | | |
| 31 | + | |
49 | 32 | | |
| 33 | + | |
50 | 34 | | |
| 35 | + | |
51 | 36 | | |
52 | 37 | | |
53 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
30 | 9 | | |
31 | 10 | | |
32 | 11 | | |
| |||
41 | 20 | | |
42 | 21 | | |
43 | 22 | | |
| 23 | + | |
44 | 24 | | |
| 25 | + | |
45 | 26 | | |
| 27 | + | |
46 | 28 | | |
| 29 | + | |
47 | 30 | | |
| 31 | + | |
48 | 32 | | |
| 33 | + | |
49 | 34 | | |
| 35 | + | |
50 | 36 | | |
51 | 37 | | |
52 | 38 | | |
| |||
0 commit comments