Skip to content
Snippets Groups Projects
  1. Jun 29, 2021
    • Tim Jaacks's avatar
      create_merge_request: optimize description · 62519790
      Tim Jaacks authored
      Restore the "---" separator which was removed in a previous commit. The
      description simply must not start with this separator. If we include it
      only in between the blocks, all instances are rendered as a horizontal
      line, which makes the MR description more readable. Include a helper
      function for this purpose, which extracts the message body from a commit
      message.
      62519790
    • Tim Jaacks's avatar
      4468328b
    • 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
  2. Jan 19, 2021
  3. Jan 18, 2021
  4. Dec 01, 2020
  5. Nov 16, 2020
    • Tim Jaacks's avatar
      Add support for retriggering merge request pipelines · 26df0863
      Tim Jaacks authored
      * Add retrigger_mr_pipeline_py script
      * Move get_merge_request() function to separate file and make it return all
        available pipelines instead of just one
      * Add helper script for parsing projects from manifest file
      26df0863
Loading