Commit a017243
authored
control-service: use git for images (#2097)
# Why
The most common reason for integration test failures is them being
unable to pull the image from docker hub because of throttling limits.
In this PR I pull them from github instead which doesn't have the same
restrictions.
**The newest versions of images aren't automatically published to github
and so we need to complete the following ticket asap to ensure the test
coverage is always testing the latest version of the product.**
#2102
# What
Manually uploaded images to github.
Updated integration test properties.
# How was this tested
Locally and CICD
---------
Signed-off-by: murphp15 <murphp15@tcd.ie>1 parent f354de0 commit a017243
File tree
1 file changed
+2
-2
lines changed- projects/control-service/projects/pipelines_control_service/src/integration-test/resources
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
0 commit comments