Skip to content
Snippets Groups Projects
  1. Jul 06, 2022
  2. Jun 28, 2022
  3. Jun 21, 2022
    • GitBot's avatar
      Integrate gitlab-ci/share-manifest-pipeline and 2 more · d47fbb1f
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@9b8cf51c
      
      Share manifest pipeline for ci-test and yocto
      
      Combine all common yaml parts in manifest-pipeline.yml and add
      manifest-pipeline-yocto.yml and manifest-pipeline-ci-test.yml
      containing the different variable assignments for each environment.
      
      This change implicitly introduces parent-child build job generation in
      the ci-test pipeline, like it is done in the yocto pipeline already.
      The ci-test build jobs have been moved to build-jobs-ci-test.jinja2
      accordingly.
      
      Furthermore rename GITLAB_CI_CURRENT_REV to GITLAB_CI_REVISION and
      remove the run conditions from all generated build jobs, since these are
      already present in the upstream trigger job.
      
      The repos including these files have to be updated with the new file
      and variable names.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c1b939fe
      
      Use CI variables in build template directly
      
      The job generation script implicitly passes the OS environment to the
      template, so that the template has access to all GitLab CI variables.
      Hence there is no need to explicitly pass any of them as command line
      arguments.
      
      This change makes the "generate-build-jobs" job more generic, so that
      it can be shared with the ci-test pipeline in the future.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@775c09c1
      
      Add gitlab_backup script to download all project exports of a gitlab group
      d47fbb1f
    • GitBot's avatar
      Integrate gitlab-ci/fix-build-merge-request-job and 1 more · f2c780ed
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@7f68f307
      
      Yocto manifest build: re-enable build:merge_request job
      
      This job was accidentally disabled in 2e6c1b4, because it was included
      in the generated child pipeline. This pipeline is not created on the
      master, though, so the condition for the job was never met.
      
      Move the job to the parent pipeline again, so that it gets executed on
      the master like before.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@970c7fd7
      
      Re-add yamllint stage to ci test manifest pipeline
      
      Was accidentally removed in previous commit.
      f2c780ed
  4. Jun 20, 2022
  5. Jun 13, 2022
  6. Jun 01, 2022
  7. May 31, 2022
  8. May 24, 2022
  9. May 20, 2022
  10. May 09, 2022
  11. May 06, 2022
  12. May 04, 2022
  13. Apr 13, 2022
  14. Apr 12, 2022
  15. Apr 05, 2022
  16. Apr 04, 2022
  17. Apr 01, 2022
  18. Mar 31, 2022
  19. Mar 29, 2022
  20. Mar 25, 2022
  21. Mar 24, 2022
  22. Feb 23, 2022
  23. Feb 21, 2022
    • Clemens Terasa's avatar
      bball_qml: Fix Makefile race · 0df480f3
      Clemens Terasa authored
      The bbal_qml Makefile tries to copy the bball files into a bin
      directrory. However, it might not have be created before, depending on
      the execution order of the testcases. Create the bid directory in the 
      bball_qml as well if necessary.
      
      Also use the "@" Makefile notation to hide the single steps in the logs.
      0df480f3
  24. Feb 15, 2022
    • Tobias Kahlki's avatar
      ltp: Added new testcase for gpio_events · 86140aef
      Tobias Kahlki authored
      The gpio_events testcase polls the given GPIO for changes.
      It consists of a daemon and a client part. The daemon is
      started during test prepare and continously captures events.
      The client is called in each test iteration, retrieves the
      current events and evaluates the response.
      
      * New testcase for polling gpios
      * Testcase added to DualEspresso immunity/emission tests
      
      BCS 746-000685
      86140aef
    • Tobias Kahlki's avatar
      git: Added gitignore to ltp · 32afb8be
      Tobias Kahlki authored
      32afb8be
Loading