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
currently micro service related repositories and processes (e.g. pypi release) are part of RobotFramework AIO build.
ToDo:
separate all micro service related repositories and process and use/execute in DevAtServ project.
Step:
Identify all things which DevAtServ / build_DevAtServ need to provide
e.g. documentation, test, release_info, aggregated documentation (inclusive microservice documentation, pypi process, Tagging process (e.g. microservice repos need to get tag from DevAtServ, but not from RobotFramework AIO), ....)
Corresponding task issues to be created.
Step:
Identify all things which need to be removed from RobotFramework_AIO build
The text was updated successfully, but these errors were encountered:
I have a discussion with @huavanthong today related to this topic, please refer our conclusion as below:
From DevAtServ project
Define release tag for releasing this DevAtServ project: such as rel/das/0.1.2.3
New repo for documentation of DevAtServ
Copy tool chain and configurations to build main document from robotframework-documentation
Create new content for book and update maindoc_config to import library's document properly
Update build pipeline in this DevAtServ repo to add:
tag job (trigger by DevAtServ release tag) to tag all library repos with DevAtServ release tag rel/das/0.1.2.3
update documentation job
test job : currently there is not test case
Release jobs (trigger by DevAtServ release tag): tag library repos to trigger publish PyPI pipeline, create Github Release, update version in control file
Update in package repos:
Change trigger-aio pipeline to trigger-das pipeline: to trigger DevAtServ build pipeline when there is changes from library repos
Verify/update pipeline to publish package library to PyPI (trigger by package release tag)
ngoan1608
changed the title
separation of micro service related repositories and process from RobotFramework AIO build
[ 2375081 ] separation of micro service related repositories and process from RobotFramework AIO build
Jan 17, 2025
currently micro service related repositories and processes (e.g. pypi release) are part of RobotFramework AIO build.
ToDo:
separate all micro service related repositories and process and use/execute in DevAtServ project.
Identify all things which DevAtServ / build_DevAtServ need to provide
e.g. documentation, test, release_info, aggregated documentation (inclusive microservice documentation, pypi process, Tagging process (e.g. microservice repos need to get tag from DevAtServ, but not from RobotFramework AIO), ....)
Corresponding task issues to be created.
Identify all things which need to be removed from RobotFramework_AIO build
The text was updated successfully, but these errors were encountered: