Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 31, 2024
1 parent 4576d09 commit d1dae1e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,21 @@ staging-deploy-dd-ingest-demo-eks:
ORDERPRODUCER_DEPLOYMENT: deployment-staging.yaml
REGISTRY: $BUILD_SANDBOX_REGISTRY

# Demo env:converged-agent-staging
staging-deploy-dd-ingest-demo-eks:
!!merge <<: *staging-deploy
variables:
NAMESPACE: converged-agent-staging
VALUES:
NODE_GROUP: ng-8
SCRIPT: ./ci/scripts/ci-deploy-demo.sh
CLUSTER_NAME: dd-otel
CLUSTER_ARN: "arn:aws:eks:us-east-1:601427279990:cluster/dd-otel"
REGION: us-east-1
ZOOKEEPER_DEPLOYMENT: deployment-staging.yaml
ORDERPRODUCER_DEPLOYMENT: deployment-staging.yaml
REGISTRY: $BUILD_SANDBOX_REGISTRY

# Agent env:otel-ingest-staging
staging-deploy-otel-ingest-agent-eks:
!!merge <<: *staging-deploy
Expand Down Expand Up @@ -326,7 +341,7 @@ staging-deploy-converged-agent-staging-eks:
!!merge <<: *staging-deploy
variables:
NAMESPACE: converged-agent-staging
SCRIPT: ./ci/scripts/ci-deploy-agent.sh
SCRIPT: ./ci/scripts/ci-deploy-converged-agent.sh
CLUSTER_NAME: dd-otel
CLUSTER_ARN: "arn:aws:eks:us-east-1:601427279990:cluster/dd-otel"
REGION: us-east-1
Expand Down

0 comments on commit d1dae1e

Please sign in to comment.