Skip to content
Snippets Groups Projects
  1. Mar 25, 2022
  2. Mar 24, 2022
  3. Mar 14, 2022
  4. Mar 08, 2022
    • Felix Gerking's avatar
      CI-images:package_release: Fix SDK deployment · 47a0776a
      Felix Gerking authored
      The markdown2 Python module was added to the package_release.py script,
      which resulted in a failed SDK deployment because it was missing from
      the build container. Updated ci-images to the latest revision, in which
      the module was added to the build container.
      Modified package_release.py to skip the metadata generation when
      deploying the SDK.
      
      BCS 746-000727
      47a0776a
  5. Mar 01, 2022
  6. Feb 24, 2022
  7. Feb 09, 2022
    • Jonas Höppner's avatar
      Add conversion from md docfiles to html · 0f7e517b
      Jonas Höppner authored
      BCS 746-000669
      0f7e517b
    • Jonas Höppner's avatar
      CI: Remove pylint-yocto job · 52f49483
      Jonas Höppner authored
      The job was used to check if all scripts are able to run in the yocto
      CI image. Tim and Jonas decided to remove the job and plan to change
      the CI, that the yocto image does not need to execute special python
      scripts. That way we may use the plain crops/poky container for the
      yocto build and remove this dependency thats hard to track.
      
      BCS 746-000643
      52f49483
  8. Jan 27, 2022
    • Jonas Höppner's avatar
      Fix the job names for deploy · 77ada04c
      Jonas Höppner authored
      The variable use in the deploy name was not replaced in the UI. This
      hopefully cleansup the UI, and uses the project root variable in the job
      only.
      
      BCS 746-000629
      77ada04c
  9. Jan 25, 2022
  10. Dec 15, 2021
  11. Nov 01, 2021
  12. Sep 15, 2021
  13. Jun 29, 2021
    • Tim Jaacks's avatar
      deploy stage: simplify yaml syntax · b11d648a
      Tim Jaacks authored
      b11d648a
    • Tim Jaacks's avatar
      Fix pipeline execution on master · adbeb1d7
      Tim Jaacks authored
      adbeb1d7
    • 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
  14. Jan 05, 2021
  15. Jan 04, 2021
  16. Dec 21, 2020
  17. Dec 08, 2020
  18. Dec 01, 2020
  19. Nov 18, 2020
  20. Nov 16, 2020
Loading