As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified Commit 5e8b6052 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Don't inherit variable sections

parent 5f6df4a7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,7 @@ stages:
- prepare
- test
.default_variables: &default_variables
variables:
DOCKER_VERSION: "20.10.15"
BUNDLE_FROZEN: "true"
GO_VERSION: "golang-1.20"
Loading
Loading
@@ -20,9 +20,6 @@ stages:
RUBY_VERSION: "ruby-3.2"
BUNDLE_PATH: vendor/ruby
variables:
<<: *default_variables
workflow:
rules: &workflow_rules
# For merge requests, create a pipeline.
Loading
Loading
@@ -45,12 +42,8 @@ default:
# See https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/7019 for tag descriptions
- gitlab-org-docker
.test_job_variables: &test_job_variables
GITALY_CONNECTION_INFO: '{"address":"tcp://gitaly:8075", "storage":"default"}'
.cached-job:
variables:
<<: *default_variables
cache:
- key:
prefix: $GO_VERSION-cache
Loading
Loading
@@ -96,8 +89,7 @@ modules:download:
.test-job:
needs: ['bundle:install', 'modules:download']
variables:
<<: *default_variables
<<: *test_job_variables
GITALY_CONNECTION_INFO: '{"address":"tcp://gitaly:8075", "storage":"default"}'
before_script:
# Set up the environment to run integration tests (still written in Ruby)
- make build
Loading
Loading
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