Skip to content
Snippets Groups Projects
  1. Dec 20, 2022
  2. Dec 16, 2022
  3. Dec 15, 2022
    • Lorenzo Pagliai's avatar
      Insert accept_layer_merge_request.py file · befb5fcb
      Lorenzo Pagliai authored
      * The script is a direct derivation of the original one and can be
      merged in a near future
      * The script search for the latest updated MR in the project repository
      to retrieve the source branch
      * Then merge the MR on the layer project according to the recontructed
      integration branch
      befb5fcb
    • Lorenzo Pagliai's avatar
      Include 'check_if_layer_branch_is_up_to_date.py' · ac01de8d
      Lorenzo Pagliai authored
      * This commit adds the script to check if the integration branch is
      up-to-date on the layer side
      * Very few modification with respect to the original script
      * The script can be merged with the original one in the near future
      ac01de8d
    • Lorenzo Pagliai's avatar
      Include integrate_into_layer.py script · 6c707e38
      Lorenzo Pagliai authored
      * The script is derived from the integrate_into_manifest file and is
      used to create the integration branch on layers
      * The script create a new branch with the modifications on the
      SRCREV.conf indicated as parameter and on the bitbake recipe indicated
      * In a future this file could be merged with the integrate_inot_manifest
      one
      6c707e38
    • Lorenzo Pagliai's avatar
      Include layers-integration.yml file · 9998c3dd
      Lorenzo Pagliai authored
      * The file is intended to contain all the automation tasks to be
      executed by the projects used in the Yocto layers
      * The steps are the main steps that this CI file contains:
        - Every time a MR is opened on a project an integration branch is opened
       on the layer which updates the SHA of the commit on the
      'conf/SRCREV.conf' file referring to correct bb recipe
        - A MR is automatically opened on the layer master branch, that triggers all the
      downstream job of the manifest-integration file, which is left untouched
        - A check job checks that the layer project branch is up-to-date with
      the commit revision
        - Once the MR is accepted on the project, the one in the layer is
      merged and closed by default after having tried a rebase.
      * Minor bug fix on gitlab-ci.yml file
      9998c3dd
    • Lorenzo Pagliai's avatar
      Bug fix on python script execution · 236704a7
      Lorenzo Pagliai authored
      236704a7
    • Lorenzo Pagliai's avatar
      Bug fix on yaml syntax · 1a1213ee
      Lorenzo Pagliai authored
      1a1213ee
    • Lorenzo Pagliai's avatar
      Insert new script for .gitlab-ci submodule integration · 25b37b92
      Lorenzo Pagliai authored
      * The script is identical to the 'scripts/deploy_gitlab_ci_projects.py'
      apart from the fact that does look for a manifest project to
      integrate/merge
      * In the future the two scripts may be merged to treat both cases
      correctly, for now we skip this part
      25b37b92
    • Lorenzo Pagliai's avatar
      Insert PROJECT_INTEGRATION_GROUPS variable · 1e330dfb
      Lorenzo Pagliai authored
      * The .gitlab-ci submodule is added also to other groups (those
      containing kernel, uboot, etc.) so it is necessary to create an
      integration branch also them
      1e330dfb
    • Lorenzo Pagliai's avatar
      Add MANIFEST_GROUP variable · 4b57461a
      Lorenzo Pagliai authored
      * The variable is necessary when the GitBot will be given access to
      sveral groups to restrict the search for the manifest repository
      * Add --verbose option and other debug stuff in merge job
      4b57461a
    • Lorenzo Pagliai's avatar
      Insert --overwrite option on all Azure uploads · 21a1fc47
      Lorenzo Pagliai authored
      * The SW artifacts with the same name are overridden
      * Bug fix on notification.json file search
      21a1fc47
    • Lorenzo Pagliai's avatar
    • Lorenzo Pagliai's avatar
      Avoid upload of 'latest' tagged artifact when tagging · 4b0c38e7
      Lorenzo Pagliai authored
      * Bug fix on Azure path
      4b0c38e7
  4. Dec 14, 2022
  5. Dec 05, 2022
  6. Dec 04, 2022
  7. Nov 29, 2022
Loading