Skip to content
Snippets Groups Projects
Commit 84e34bef authored by Walter Lozano's avatar Walter Lozano
Browse files

Add additional steps to the branching process


Add missing steps to the branching pipeline to keep track of the overall
process.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent d036c000
No related branches found
No related tags found
1 merge request!201Add additional steps to the branching process
Pipeline #761770 passed with warnings
Pipeline: apertis-infrastructure

#761775

    Pipeline: apertis-infrastructure

    #761774

      ......@@ -283,7 +283,7 @@ obs-complete:
      base-files-trigger:
      extends: .custom_globals_manual
      stage: base-files-trigger
      stage: misc-updates
      needs:
      - obs-complete
      script:
      ......@@ -292,6 +292,31 @@ base-files-trigger:
      ▶️ Once the docker images have been built for the release, manually trigger the pkg/base-files pipeline job for the respective release branch
      EOF
      rotate-images:
      extends: .custom_globals_manual
      stage: misc-updates
      needs:
      - obs-complete
      script:
      - |
      cat <<EOF
      ▶️ Enable the rotation and cleanup of daily images by running the following command in https://images.apertis.org/
      systemctl enable --now rotate-images@$NEXT_RELEASE.timer
      EOF
      publish-lava-images:
      extends: .custom_globals_manual
      stage: misc-updates
      needs:
      - obs-complete
      script:
      - |
      cat <<EOF
      ▶️ Enable the publishing of LAVA images by creating the $NEXT_RELEASE in https://images.apertis.org/lava/nfs/
      EOF
      check-pipelines:
      extends: .custom_globals_default
      stage: check-pipelines
      ......
      ......@@ -28,7 +28,7 @@ stages:
      - obs-service-restart
      - obs-finish-server
      - obs-complete
      - base-files-trigger
      - misc-updates
      - check-pipelines
      default:
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment