Skip to content
Snippets Groups Projects
Verified Commit ea2a00b1 authored by Lin Jen-Shin's avatar Lin Jen-Shin :two: Committed by GitLab
Browse files

Merge branch 'pl-ci-preflight-artifact-puma' into 'master'

CI: Allow log artifacts to be downloaded for puma preflight jobs

See merge request !149142



Merged-by: default avatarLin Jen-Shin <jen-shin@gitlab.com>
Approved-by: default avatarLin Jen-Shin <jen-shin@gitlab.com>
Co-authored-by: Peter Leitzen's avatarPeter Leitzen <pleitzen@gitlab.com>
parents 2e8d857b 6fdd0dcb
No related branches found
No related tags found
1 merge request!149142CI: Allow log artifacts to be downloaded for puma preflight jobs
Pipeline #1248126569 failed
Pipeline: E2E Omnibus GitLab EE

#1248232533

    Pipeline: E2E CNG

    #1248158108

      Pipeline: E2E GDK

      #1248131458

        +28
        ......@@ -24,6 +24,11 @@
        - .ruby-cache
        - .preflight:rules:rails-production-server-boot
        - .use-pg13
        artifacts:
        expire_in: 7d
        when: always
        paths:
        - log/
        # Test the puma configuration present in `config/puma.rb.example`
        rails-production-server-boot-puma-example:
        ......
        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