Commit 90f958f
authored
ci: Skip optional E2E tests on release branches (getsentry#14424)
Optional tests should not block releases.
There are two groups of optional tests:
1. Canary type tests
2. Tests that send data to sentry
IMHO both of these can be skipped on release branches, as failure in
either of them should not affect the release. They will (for now) still
run on develop, we can revisit this if we want.1 parent 6535500 commit 90f958f
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
| 798 | + | |
| 799 | + | |
799 | 800 | | |
800 | 801 | | |
801 | 802 | | |
| |||
981 | 982 | | |
982 | 983 | | |
983 | 984 | | |
| 985 | + | |
984 | 986 | | |
985 | 987 | | |
986 | 988 | | |
987 | 989 | | |
988 | 990 | | |
989 | 991 | | |
990 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
991 | 995 | | |
992 | 996 | | |
993 | 997 | | |
| |||
0 commit comments