Skip to content
Snippets Groups Projects
  1. Mar 25, 2022
  2. Mar 24, 2022
  3. Mar 18, 2022
  4. Mar 14, 2022
  5. Mar 10, 2022
  6. 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
  7. Mar 02, 2022
  8. Mar 01, 2022
  9. Feb 28, 2022
    • Tim Jaacks's avatar
      Refactor 'check_pipeline_status' and add 'trigger_pipeline' · 9a496cdb
      Tim Jaacks authored
      Rename 'check_pipeline_status' to 'mirror_pipeline_result' in order to
      better reflect what the function does.
      
      Move determination of the pipeline out of this function to a new
      function 'get_pipelines' so that this can be tested separately and we
      can do different things depending on whether a pipeline exists or not.
      
      Add function 'trigger_pipeline' to trigger a pipeline on a branch.
      
      BCS 746-000635
      9a496cdb
  10. Feb 24, 2022
  11. Feb 22, 2022
    • Felix Gerking's avatar
      CI: Modifications to enable reproducible builds · 610e4a46
      Felix Gerking authored
      Added default source revision file name to common.py.
      Modified the integration_into_manifest function to set the
      corresponding subproject hash in the SRCREV.conf file if the
      repository is not found in the default.xml file. The
      merge_into_manifest function now works even if the names of
      the master branches in the manifest and in the project
      repository are different.
      
      BCS 746-000016
      610e4a46
Loading