Commit f4ea237
authored
PRODENG-3392: run PR & smoke workflows on self-hosted runners (#611)
Move PR validation and smoke tests onto the internal
`arc-runner-set-mirantis-public` runner set to reduce reliance on
GitHub-hosted runners.
- pr.yml: switch `lint` to arc-runner-set-mirantis-public (unit-test,
integration-test, and security-scan stay on ubuntu-latest for now).
- smoke-tests.yaml: switch smoke-modern / smoke-legacy / smoke-windows /
smoke-upgrade to arc-runner-set-mirantis-public. The runner image
ships without Go and its Node runtime does not satisfy
hashicorp/setup-terraform's wrapper, so also:
* install Go via `actions/setup-go@v6` (go-version-file: go.mod,
cache: true) before `make smoke-*` in every smoke job;
* pass `terraform_wrapper: false` to `hashicorp/setup-terraform@v3`
so the raw `terraform` binary lands on PATH. Without this,
terratest's `defaultTerraformExecutable()` probe
(`terraform -version` with nil stdio) fails against the Node
wrapper and falls back to `tofu`, which is not installed:
exec: "tofu": executable file not found in $PATH
- go.yml: scope the pull_request `paths` filter to include
`.github/workflows/go.yml` itself so changes to the workflow retrigger
its own checks.
Verified on run 28619416867 (HEAD c2355c6, pre-squash): smoke-modern,
smoke-legacy, and smoke-upgrade all pass on the self-hosted runner.
smoke-windows still fails with a WinRM 5986 timeout during
Reset/Connect, but this failure signature also reproduces on `main`
(ubuntu-latest, run 26822741859) and is unrelated to the runner
migration.
Co-authored-by: pgedara <pgedara@users.noreply.github.com>1 parent 0130e27 commit f4ea237
3 files changed
Lines changed: 34 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | | - | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
47 | 59 | | |
48 | 60 | | |
| 61 | + | |
| 62 | + | |
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
52 | 66 | | |
53 | 67 | | |
54 | 68 | | |
55 | 69 | | |
56 | | - | |
| 70 | + | |
57 | 71 | | |
58 | 72 | | |
59 | 73 | | |
60 | 74 | | |
61 | 75 | | |
62 | 76 | | |
63 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
64 | 83 | | |
65 | 84 | | |
| 85 | + | |
| 86 | + | |
66 | 87 | | |
67 | 88 | | |
68 | 89 | | |
69 | 90 | | |
70 | 91 | | |
71 | 92 | | |
72 | 93 | | |
73 | | - | |
| 94 | + | |
74 | 95 | | |
75 | 96 | | |
76 | 97 | | |
77 | 98 | | |
78 | 99 | | |
79 | 100 | | |
80 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
81 | 107 | | |
82 | 108 | | |
| 109 | + | |
| 110 | + | |
83 | 111 | | |
84 | 112 | | |
85 | 113 | | |
| |||
0 commit comments