Skip to content
Snippets Groups Projects

Build artifacts support

Closed Marin Jankovski requested to merge build_artifacts_support into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
504 504 ## see https://gitlab.com/gitlab-org/omnibus-gitlab/tree/629def0a7a26e7c2326566f0758d4a27857b52a3/doc/gitlab-ci/README.md
505 505
506 506 # ci_external_url 'http://ci.example.com'
507 # gitlab_ci['gitlab_ci_all_broken_builds'] = true
  • Why we moved it here?

  • Author Maintainer

    To make it a bit clearer which config options are useful atm. Still debating if I should extract all possible ci configuration options in current version under one header and mark everything else deprecated. I won't have time to cleanse the package from legacy ci code.

  • @marin

    I miss X-Accel-Redirect and X-Accel-Mapping in nginx config.

  • Author Maintainer

    @ayufan And that is why this is still WIP, need to make sure that nginx-upload-module compiles first :) In any case, still working on it :)

    Edited by Marin Jankovski
  • Marin Jankovski Added 1 commit:

    Added 1 commit:

  • Marin Jankovski Added 1 commit:

    Added 1 commit:

  • Marin Jankovski Added 1 commit:

    Added 1 commit:

    • adee113d - Let NGINX put uploads in artifacts/tmp-uploads dir.
  • Author Maintainer

    @jacobvosmaer Can you do a sanity check cc @ayufan

  • 146 175 proxy_set_header X-Forwarded-Proto <%= @https ? "https" : "http" %>;
    147 176 proxy_set_header X-Frame-Options SAMEORIGIN;
    148 177
    178 # Accelerate file downloading with Nginx
    179 proxy_set_header X-Sendfile-Type "X-Accel-Redirect";
    180 proxy_set_header X-Accel-Mapping "<%= @artifacts_directory %>/=/artifacts/";
  • Marin Jankovski Added 1 commit:

    Added 1 commit:

    • d8dd6cb3 - Make artifacts size configurable.
  • Marin Jankovski Title changed from WIP | Build artifacts support to Build artifacts support

    Title changed from WIP | Build artifacts support to Build artifacts support

  • Author Maintainer

    @jacobvosmaer @ayufan This is ready to merge, we might want to coordinate the next steps.

  • Author Maintainer

    I guess this got delayed so no further action needed here.

  • Marin Jankovski Status changed to closed

    Status changed to closed

  • Please register or sign in to reply
    Loading