@@ -55,7 +55,7 @@ easier in certain cases:
55
55
commenting:
56
56
* ** /cherry-pick release-x.y** where ` release-x.y ` is any supported release
57
57
branch, where the backport PR will be opened by the
58
- [ cherry picker bot] ( https://github.com/metal3-cherrypick -bot ) .
58
+ [ metal3-io- bot] ( https://github.com/metal3-io -bot ) .
59
59
1 . ` transfer-issue ` plugin can be used for transferring issues across
60
60
repositories in the same GitHub organization by commenting:
61
61
* ** /transfer-issue target-repo-name** on the issue. One simple example
@@ -72,7 +72,7 @@ branch to be able to open a PR against it in the future.
72
72
## Cloud Resources cleanup
73
73
74
74
There is a Jenkins
75
- [ main job] ( https://jenkins.nordix.org/view/Metal3%20Periodic/job/metal3_daily_main_integration_tests_cleanup / )
75
+ [ main job] ( https://jenkins.nordix.org/view/Metal3%20Periodic/job/metal3_periodic_resource_cleanup / )
76
76
that cleans up all the leftover VMs from [ CityCloud] ( https://www.citycloud.com/ )
77
77
every 6 hours which has failed to be deleted at the end of v1alphaX/v1betaX
78
78
integration tests.
@@ -91,7 +91,7 @@ trusted.
91
91
Pods, CRDs logs are collected at the end of each Jenkins job run and
92
92
archived so that they can be later used for debugging purposes. You can
93
93
find the archived logs under the "* Build artifacts* " section of the
94
- [ job] ( https://jenkins.nordix.org/view/Metal3/job/metal3_bmo_main_integration_test_ubuntu / ) .
94
+ [ job] ( https://jenkins.nordix.org/view/Metal3%20Periodic /job/metal3-periodic-centos-e2e-integration-test-main / ) .
95
95
Please note that the logs will be removed 30 days after creation or after 100
96
96
subsequent job runs, whichever occurs first.
97
97
@@ -132,15 +132,14 @@ stored in
132
132
[ metal3-io/project-infra] ( https://github.com/metal3-io/project-infra/tree/main/jenkins/jobs )
133
133
repository. In a nutshell, pipelines defines sequence of steps to be executed.
134
134
Each step can run a script or perform something else. For example,
135
- [ integration_tests .pipeline] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/jobs/integration_tests .pipeline )
135
+ [ dev_env_integration_tests .pipeline] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/jobs/dev_env_integration_tests .pipeline )
136
136
executes following scripts:
137
137
138
- 1 . [ clones] ( https://github.com/metal3-io/project-infra/blob/0a6cc3f9f8592914a316c27ea2411ccb48aba7c3 /jenkins/jobs/integration_tests .pipeline#L65 )
138
+ 1 . [ clones] ( https://github.com/metal3-io/project-infra/blob/1e8d2111a33dc95134b6f546d76f19be4a637e3d /jenkins/jobs/dev_env_integration_tests .pipeline#L56 )
139
139
git repository
140
- 1 . [ jenkins/scripts/integration_test.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/integration_test.sh )
141
- 1 . [ jenkins/scripts/fetch_logs.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/fetch_logs.sh )
142
- 1 . [ jenkins/scripts/integration_test_clean.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/integration_test_clean.sh )
143
- 1 . [ jenkins/scripts/integration_delete.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/integration_delete.sh )
140
+ 1 . [ jenkins/scripts/dynamic_worker_workflow/dev_env_integration_tests.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/dynamic_worker_workflow/dev_env_integration_tests.sh )
141
+ 1 . [ jenkins/scripts/dynamic_worker_workflow/fetch_logs.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/dynamic_worker_workflow/fetch_logs.sh )
142
+ 1 . [ jenkins/scripts/dynamic_worker_workflow/run_clean.sh] ( https://github.com/metal3-io/project-infra/blob/main/jenkins/scripts/dynamic_worker_workflow/run_clean.sh )
144
143
145
144
### GitHub Pull Request Builder, a.k.a. ghprb
146
145
0 commit comments