Commit 1aed9e4
authored
Update jsng-ci.yml to use multiple ubuntu versions (#536)
* Update jsng-ci.yml to use multiple ubuntu versions
running ci workflow on Ubuntu 20.0, Ubuntu 18.04 and Ubuntu 16.04
* Update jsng-ci.yml remove ubuntu 16.04
* Update jsng-ci.yml
- including additional values into combinations
- Prevents a workflow run from failing when a job fails only for experimental jobs with both ubuntu 20.04 and python 3.9
- prevent GitHub cancels all in-progress jobs if any matrix job fails. to allow us to know the results for all jobs, even if one fails.
- maximize the number of jobs that can run simultaneously when using a matrix job strategy.
* fix for Unexpected value '' evaluating 'runs-on'
* Update jsng-ci.yml
* fix -hopefully- err when evaluating 'runs-on'
* Update jsng-ci.yml
* Update jsng-ci.yml
adding names to experimental jobs.
* changes to jobs names
* Adding net-tools utilities to deps in CI workflow
netstat not available in recent Ubuntu versions. it is not installed by default and considered deprecated in favor of the modern ss command.
as some tests used netstat, this commit bing it back by installing net-tools utilities1 parent f15ce78 commit 1aed9e4
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
| 20 | + | |
17 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
| |||
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
27 | | - | |
| 41 | + | |
28 | 42 | | |
29 | 43 | | |
30 | 44 | | |
| |||
0 commit comments