Commit 37ec30f
(ITHELP-116185) Add fix dns step to Task Acceptance Tests workflow
In the Task Acceptance Tests workflow, Twingate was having trouble connecting
to Artifactory due to running the job in Docker containers. The Docker
containers used in the workflow run on Azure VM's and Microsoft adds their own
nameservers, 168.63.129.16. It gets copied to resolv.conf and interferes with
Twingate which caused DNS resolution failures with Artifactory.
To resolve this, this commit adds a "Fix DNS" step that removes the Azure DNS
name server and adds Twingate's DNS server.1 parent 1dd09ad commit 37ec30f
1 file changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
30 | 50 | | |
31 | 51 | | |
32 | 52 | | |
| |||
0 commit comments