You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are released at the end of the development phase the latest.
226
+
During the integration phase, no changes other than necessary bug fixes are allowed to give time to the Modules to rebase
227
+
their dependencies and prepare their *code freeze*.
228
+
229
+
.. note::
230
+
231
+
Performed by: Module Maintainers
232
+
233
+
Code freeze
234
+
-----------
235
+
At the end of development phase, each Module must provide a hash of the commit that represents a *code freeze*
236
+
and serves as a candidate for integration. The hash can be from the **main** or **dedicated release** branch.
237
+
238
+
.. note::
239
+
240
+
Performed by: Module Maintainers
241
+
242
+
Release branch creation
243
+
-----------------------
244
+
245
+
The integration phase begins with the creation of a **release branch** in the ``reference_integration`` repository
246
+
originating from current **main**.
247
+
248
+
.. note::
249
+
250
+
Performed by: Reference Integration Team
251
+
252
+
Integration of the Modules
253
+
--------------------------
254
+
255
+
Module Maintainers prepare a Pull Request to that branch with updates to the ``known_good.json`` file,
256
+
pointing to the hash of their *code freeze*. They may update other JSON fields for their Module as needed.
257
+
Automated workflows will build and test to provide clear feedback directly in the PR.
258
+
If there are any issues, Module Maintainers can either push fixes to their **dedicated release** branch
259
+
and update the hash in the PR accordingly, or provide patches (see :ref:`ref_int_patching-label`).
260
+
261
+
.. note::
262
+
263
+
Performed by: Module Maintainers
264
+
265
+
Release notes
266
+
-------------
267
+
268
+
Project Leads create a branch ``release/version`` with new release notes in ``score_platform`` repository following template: :need:`doc__platform_release_note`.
269
+
Module Maintainers create a Pull Request to that branch with updates to the release notes,
270
+
describing the changes in their Module for the release.
271
+
Once all Modules are updated Project Leads approve the release notes and create ``score_platform`` release.
272
+
273
+
.. note::
274
+
275
+
Performed by: Module Maintainers and Project Leads
276
+
277
+
Release candidate
278
+
-----------------
279
+
280
+
Once all Modules are merged with their *code freeze*, Module Maintainers create a tag on that exact hash following the S-CORE release process,
281
+
and ensure that the new release is present in S-CORE's ``bazel_registry``.
282
+
The Reference Integration Team prepares a final Pull Request and replaces all hashes with the dedicated release versions.
283
+
284
+
This pull request has additional workflow checking that every Maintainer has approved the PR signing off their Module's release candidate.
285
+
The approval of the Project Lead is required and from the Quality Manager for the formal aspects as well.
286
+
There is an additional ``.rst`` file listing every Module and GitHub ID of the Maintainer responsible.
287
+
288
+
.. note::
289
+
290
+
Performed by: Reference Integration Team and Module Maintainers
291
+
292
+
Release creation
293
+
----------------
294
+
295
+
Once all previous steps are completed Reference Integration Team triggers the release creation workflow in ``release_integration``.
296
+
An automated verification process of the release begins which includes building, testing, deploying documentation and checking that
297
+
every Module has been correctly signed-off by its Maintainer. If any issue is found, the release creation process is stopped.
298
+
Once the process is aborted, the Reference Integration Team investigates the issue and works with the relevant Module Maintainer to fix it
299
+
or if the issue is severe decides, together with the Project Leads, to postpone the release. If the issue is fixed, the release creation process can be triggered again.
300
+
When successfully completed the release and its downloadable assets are ready for distribution.
301
+
302
+
.. note::
303
+
304
+
Performed by: Reference Integration Team
305
+
306
+
307
+
Opting out of a release
308
+
-----------------------
309
+
310
+
Module Maintainers may decide that their Module will not be released with a new version for the S-CORE Product Increment.
311
+
In that case currently integrated version can be used. However, they must still ensure that the Module remains compatible with
312
+
the S-CORE release and does not fail any workflows.
313
+
314
+
If Module Maintainers cannot adapt to the newest release requirements or any S-CORE community member discovers a showstopper
315
+
for the upcoming release, they must communicate it promptly to the Project Leads and other community members.
316
+
Following discussion and impact analysis, a decision is made regarding whether to postpone or skip the S-CORE release,
317
+
and the planning is updated accordingly.
318
+
319
+
.. _ref_int_patching-label:
320
+
321
+
Patching Module
322
+
---------------
323
+
324
+
Module Maintainers prepare ``.patch`` file(s) and place them in the ``/patches/MODULE_NAME`` directory.
325
+
The patch filename must clearly indicate what it addresses.
326
+
For multiple issues, it is preferred to create multiple patches rather than a single patch addressing all issues.
327
+
328
+
A patch might be need to fix issues after the release of the module is allready in bazel registry and there is
329
+
no time for another release. Or if its only minor and it's decided to avoid therefore another release.
330
+
331
+
Target releases definition
332
+
--------------------------
333
+
334
+
Based on the operating system definitions documented in the `OS module <https://eclipse-score.github.io/score/main/modules/os/operating_systems/docs/index.html>`_,
335
+
the Reference Integration Team defines which OSs will be maintained as part of the release:
336
+
337
+
* **Functional/Certifiable level OSs** - maintained by the Reference Integration Team and included in the release
338
+
* **Community OSs** - prepared and maintained by the OS module Maintainers during the integration phase
339
+
340
+
Only changes to functional/certifiable level OSs are considered until the *code freeze*.
341
+
Community OS updates can be prepared by the OS Maintainer during the release phase if needed.
342
+
343
+
.. note::
344
+
345
+
Performed by: Reference Integration Team and OS module Maintainers
0 commit comments