Skip to content
Snippets Groups Projects
  1. Jul 18, 2023
  2. Jun 02, 2023
  3. Apr 24, 2023
  4. Apr 04, 2023
    • GitBot's avatar
      Integrate gitlab-ci/depend-pipeline-execution-on-branch-protection-state and 2 more · 2d38dbe6
      GitBot authored and Tim Jaacks's avatar Tim Jaacks committed
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@939ade2b
      
      Depend intgration pipeline execution on branch protection state
      
      Previously we had the master branch hard-coded in a variable in order to
      determine whether to run the integration pipeline (on non-master branch)
      or the merge pipeline (on master branch). This variable had to be
      adapted everytime we copy a branch, which can potentially be forgotten
      and lead to problems.
      
      Remove the hard-coded branch and use the branch protection state for
      this decision instead in order to make this more flexible.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@dbc49ad0
      
      Simplify yamllint job rules
      
      The rules for the yamllint jobs have been defined in the .yamllint class
      before. They were overridden in the manifest pipeline's yamllint job,
      though, which has its own rules, so we don't need them to be inherited
      in this case. And in the manifest integration pipeline the rules can be
      much easier, so define them there instead of at the class-level.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@cd8de4ff
      
      .gitlab-ci: add analyze stage for limiting YAML script blocks
      2d38dbe6
  5. Mar 21, 2023
  6. Mar 20, 2023
  7. Mar 09, 2023
  8. Feb 28, 2023
  9. Feb 20, 2023
  10. Feb 10, 2023
  11. Feb 07, 2023
  12. Feb 06, 2023
  13. Jan 10, 2023
  14. Jan 09, 2023
  15. Jan 03, 2023
  16. Dec 20, 2022
  17. Dec 06, 2022
  18. Nov 21, 2022
Loading