Skip to content
Snippets Groups Projects
  1. Aug 31, 2022
    • Tim Jaacks's avatar
      Run integration pipeline for target branch only · 8da534ec
      Tim Jaacks authored
      When we're integrating a single branch into a single manifest branch,
      there is no need to run the intgeration pipeline for all configured
      integrations, but only for those that match the target branch of the
      current merge request.
      8da534ec
  2. Aug 30, 2022
  3. Aug 29, 2022
  4. Aug 05, 2022
  5. Aug 02, 2022
  6. Jul 13, 2022
    • Jonas Höppner's avatar
      Lava Testreporting: Add script to generate markdown report for given jobids · 52bae4a1
      Jonas Höppner authored
      Adds scripts for mark down generation.
      Adds scripts for lava test result queries.
      Adds script to generate a mark down report from this data
      Call script from submit_test to generate a report directly
      after the testrun.
      52bae4a1
    • Jonas Höppner's avatar
      CI: Lava Test: Allow to install test image directly from gitlab · ab09db0b
      Jonas Höppner authored
      The images from the build job can be directly installed from gitlab.
      To achive this some changes in the complete pipeline have been needed.
      
      1. The variables used in the build job, like CI_PARAM_IMAGE, ... and
         related variables like BUILDPATH are only valid in the build job now.
      2. The build job writes every variable needed in a follow up job into
         build.env. This also includes the url to the fng-install.sh of the
         final image.
      3. The build.env file is used as dotenv artifact, as well as normal
         file artifact.
         The dotenv make the written variables automatically available in
         follow up jobs, that are using the aritfacts, like the deploy job.
         The normal file artifact is available via artifact download.
         (I did't found a way to download the dotenv file instead)
      4. Some scripts have been added:
         - Find a job inside the pipeline by name, as the id is not known in
           advance.
         - Download all artifacts or one file of the artifacts from a given
           job
         - Download one file of the latest job by name
      5. The scripts are used to download the build.env into the test job
         (where not artifacts are needed anymore)
      6. The script is sourced and all variables are available inside the
         script.
      
      Additionally this adds a fake build job to the ci-test pipeline, that
      copies an image from srv73 and stores it as artifact in a way that a
      test-job can run on it, like in the normal yocto pipeline.
      ab09db0b
  7. Jul 12, 2022
  8. Jul 07, 2022
  9. Jul 06, 2022
    • Jonas Höppner's avatar
      CI: pipeline yocto: Change scope of CI_PARAM_IMAGE, ... to fix fngsystem build · c503a6d4
      Jonas Höppner authored
      The variables CI_PARAM_IMAGE, CI_PARAM_DISTRO, CI_MACHINE have been
      defined outside the job in the '.gitlab-ci.yml' file. This has a lower
      precedence then variables defined inside the job, but it seems that
      these variables are used in the scope of 'Trigger variables' when
      available in the trigger job. These override the value set in the
      template. As main results this made FNGSystem jobs build the normal
      yocto.
      c503a6d4
    • Jonas Höppner's avatar
      CI: Readd allow_failure:true to fix not finished pipelines · ea3aa816
      Jonas Höppner authored
      According to the docs a manual job always has allow_failure set to
      true, but we see a lot of jobs staying in an unfinished state since
      the removal of the allow_failure: true keyword for the sdk and test
      jobs. This should fix the broken behaviour.
      ea3aa816
  10. Jul 05, 2022
  11. Jun 28, 2022
Loading