Skip to content

Commit bb31e7e

Browse files
Robert Marshallbalasankarc
andcommitted
Merge branch '8331-package-promotion-tag-variable-docs' into 'master'
Document the PACKAGE_PROMOTION_RUNNER_TAG variable Closes #8331 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7468 Merged-by: Robert Marshall <[email protected]> Approved-by: Andrew Patterson <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Balasankar 'Balu' C <[email protected]>
2 parents 25de7f5 + 1c9763a commit bb31e7e

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

doc/development/ci-variables.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,23 @@ These additional variables are available to override or enable different build b
7474

7575
These variables are required to release packages built by the pipeline.
7676

77-
| Environment Variable | Description |
78-
| --------------------------------------------- | ----------- |
79-
| `STAGING_REPO` | Repository at `packages.gitlab.com` where releases are uploaded prior to final release. |
80-
| `PACKAGECLOUD_USER` | Packagecloud username for pushing packages to `packages.gitlab.com`. |
81-
| `PACKAGECLOUD_TOKEN` | API access token for pushing packages to `packages.gitlab.com`. |
82-
| `LICENSE_S3_BUCKET` | Bucket for storing release license information published on the public page at `https://gitlab-org.gitlab.io/omnibus-gitlab/licenses.html`. |
83-
| `LICENSE_AWS_SECRET_ACCESS_KEY` | Account secret to read/write from the S3 bucket containing license information. |
84-
| `LICENSE_AWS_ACCESS_KEY_ID` | Account ID to read/write from the S3 bucket containing license information. |
85-
| `GCP_SERVICE_ACCOUNT` | Used to read/write metrics in Google Object Storage. |
86-
| `DOCKERHUB_USERNAME` | Username used when pushing the Omnibus GitLab image to Docker Hub. |
87-
| `DOCKERHUB_PASSWORD` | Password used when pushing the Omnibus GitLab image to Docker Hub. |
88-
| `AWS_ULTIMATE_LICENSE_FILE` | GitLab Ultimate license to use the Ultimate AWS AMIs. |
89-
| `AWS_PREMIUM_LICENSE_FILE` | GitLab Premium license to use the Ultimate AWS AMIs. |
90-
| `AWS_AMI_SECRET_ACCESS_KEY` | Account secret for read/write access to publish the AWS AMIs. |
91-
| `AWS_AMI_ACCESS_KEY_ID` | Account ID for read/write access to publish the AWS AMIs. |
92-
| `AWS_MARKETPLACE_ARN` | AWS ARN to allow AWS Marketplace access our official AMIs. |
77+
| Environment Variable | Description |
78+
| --------------------------------------------- | ----------- |
79+
| `STAGING_REPO` | Repository at `packages.gitlab.com` where releases are uploaded prior to final release. |
80+
| `PACKAGECLOUD_USER` | Packagecloud username for pushing packages to `packages.gitlab.com`. |
81+
| `PACKAGECLOUD_TOKEN` | API access token for pushing packages to `packages.gitlab.com`. |
82+
| `LICENSE_S3_BUCKET` | Bucket for storing release license information published on the public page at `https://gitlab-org.gitlab.io/omnibus-gitlab/licenses.html`. |
83+
| `LICENSE_AWS_SECRET_ACCESS_KEY` | Account secret to read/write from the S3 bucket containing license information. |
84+
| `LICENSE_AWS_ACCESS_KEY_ID` | Account ID to read/write from the S3 bucket containing license information. |
85+
| `GCP_SERVICE_ACCOUNT` | Used to read/write metrics in Google Object Storage. |
86+
| `DOCKERHUB_USERNAME` | Username used when pushing the Omnibus GitLab image to Docker Hub. |
87+
| `DOCKERHUB_PASSWORD` | Password used when pushing the Omnibus GitLab image to Docker Hub. |
88+
| `AWS_ULTIMATE_LICENSE_FILE` | GitLab Ultimate license to use the Ultimate AWS AMIs. |
89+
| `AWS_PREMIUM_LICENSE_FILE` | GitLab Premium license to use the Ultimate AWS AMIs. |
90+
| `AWS_AMI_SECRET_ACCESS_KEY` | Account secret for read/write access to publish the AWS AMIs. |
91+
| `AWS_AMI_ACCESS_KEY_ID` | Account ID for read/write access to publish the AWS AMIs. |
92+
| `AWS_MARKETPLACE_ARN` | AWS ARN to allow AWS Marketplace access our official AMIs. |
93+
| `PACKAGE_PROMOTION_RUNNER_TAG` | Tag associated with the shared runners used to run package promotion jobs. |
9394

9495
**Available:**
9596

0 commit comments

Comments
 (0)