Skip to content
Snippets Groups Projects
  1. Jun 13, 2022
  2. May 24, 2022
  3. May 20, 2022
  4. May 06, 2022
  5. Apr 12, 2022
    • Tim Jaacks's avatar
      Move repositories to git.seco.com · 1ba52853
      Tim Jaacks authored
      Rename variable JENKINSGUF_SSH_PRIVATE_KEY / SSH_PRIVATE_KEY to
      GITLAB_PRIVATE_KEY on this occasion, because it contains a private key
      that was generated exclusively for this use case. The according public
      key has been added as a deploy key in GitLab to all repositories that
      this repository needs access to.
      
      Add more detailed documentation concerning this configurationdirectly in
      the gitlab-ci files.
      1ba52853
  6. Apr 01, 2022
  7. Mar 31, 2022
    • Jonas Höppner's avatar
      CI: deploy_gitlab_ci: Rework the deployment of gitlab-ci into the child projects · 31d6d7da
      Jonas Höppner authored
      The deploy_gitlab_ci now creates the integration commit and branch in
      each passed subproject and create an integration commit in the manifest
      containing all these new revisions.
      A build is then triggered on this commit to test the functionality.
      
      Split the update_submodule functions to reuse them in different ways.
      Remove some previously used files.
      
      BCS 746-000740
      31d6d7da
  8. Mar 24, 2022
  9. Mar 18, 2022
    • Jonas Höppner's avatar
      CI: Update include file's ref in gitlab-ci.yml when deploying changes · 369e59b3
      Jonas Höppner authored
      Add update gitlab-ci file with function to adapt the include ref to a
      given revision.
      Add a 'pre-commit-hook' to the update-submodule function.
      Adapt deploy_gitlab_ci to use these to update the include statement in
      the base project .gitlab-ci.yml to use the same ref as the submodule
      is set to.
      
      BCS 746-000646
      369e59b3
  10. Mar 14, 2022
  11. Mar 01, 2022
  12. Dec 15, 2021
    • Tim Jaacks's avatar
      gitlab-ci: upgrade python image to 3.9 · 669113ff
      Tim Jaacks authored
      Fix pylint errors introduced with new pylint version:
      * unspecified-encoding: explicitly set encoding when opening a file
      * assigning-non-slot: use "set_reference()" function instead of assigning
        a value to the "reference" attribute
      * unused-variable: remove "e" variable on exceptions when not referenced
      669113ff
  13. Jun 29, 2021
    • Tim Jaacks's avatar
      update_submodule: fix accidental multi-commits · 01d10fab
      Tim Jaacks authored
      If integration branch already existed and had to be replaced, the new
      commit was accidentally pushed on top of the already existing commit
      instead of replacing it. Fixed this by checking out the master branch
      again before creating the commit.
      01d10fab
    • Tim Jaacks's avatar
      Add deploy stage · 00f04bda
      Tim Jaacks authored
      The jobs in the deploy stage have to be triggered manually in GitLab.
      There is one deploy job for each project which uses the gitlab-ci
      scripts as a submodule, so that the deployment can be performed step by
      step.
      
      If executed within MR context, an integration MR is created and left
      open. The user can extend this integration MR, e.g. if CI scripts have
      been renamed, changed command line arguments or other changes requiring
      updates of the correspronding .gitlab-ci.yml file. Subsequent runs of
      this job will re-create the integration branch, so manual changes are
      lost in this case.
      
      If executed on the master branch (i.e. after the source MR has been
      merged), the job does exactly the same, plus the integration MR will be
      automatically merged. If this fails, the job will fail as well.
      00f04bda
Loading