dm-vdo / vdo-devel

Primary VDO mainline development repository
GNU General Public License v2.0
5 stars 11 forks source link

[OPS-20441] Made user 'bunsen' use 'jenkins' RSVP #139

Closed rhawalsh closed 4 months ago

rhawalsh commented 4 months ago

To prevent resource starvation while nightly is in process, automated CI testing should use the jenkins resources by default, which are not utilized by nightly.

rhawalsh commented 4 months ago

While public testing is running, it occurs to me that perhaps we need to modify the public environment to ensure that the hostname 'jenkins' also resolves to the RSVP host. Otherwise, it's going to try to use 'jenkins' which doesn't otherwise exist until it reaches private testing.

github-actions[bot] commented 4 months ago

Unit Test Results

259 tests   258 :heavy_check_mark:  1m 0s :stopwatch:   84 suites      0 :zzz:     2 files        0 :x:  1 :fire:

For more details on these errors, see this check.

Results for commit 0545ad25.

raeburn commented 4 months ago

While public testing is running, it occurs to me that perhaps we need to modify the public environment to ensure that the hostname 'jenkins' also resolves to the RSVP host. Otherwise, it's going to try to use 'jenkins' which doesn't otherwise exist until it reaches private testing.

Sounds like that needs to happen before this change goes in?

rhawalsh commented 4 months ago

While public testing is running, it occurs to me that perhaps we need to modify the public environment to ensure that the hostname 'jenkins' also resolves to the RSVP host. Otherwise, it's going to try to use 'jenkins' which doesn't otherwise exist until it reaches private testing.

Sounds like that needs to happen before this change goes in?

Yes. Will need to make the tweaks. The environment gets reimaged tomorrow, so it shouldn't be too long.