File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -358,10 +358,10 @@ integration-deploy:
358358 image: $ {CI_DOCKER_TARGET_IMAGE}:$ {CI_DOCKER_TARGET_VERSION}
359359 rules:
360360 - when: on_success
361- # needs:
362- # - publish integration layer (arm64)
363- # dependencies:
364- # - publish integration layer (arm64)
361+ needs:
362+ - publish integration layer (arm64)
363+ dependencies:
364+ - publish integration layer (arm64)
365365 variables:
366366 IDENTIFIER: integration
367367 AWS_DEFAULT_REGION: us-east-1
@@ -375,8 +375,8 @@ integration-deploy:
375375 {{ end }}
376376 script:
377377 - echo " Deploying CDK stacks with identifier ${IDENTIFIER}..."
378- # - export EXTENSION_LAYER_ARN= $ (cat .. /integration_layer_arn.txt )
379- # - echo " Using integration test layer - ${EXTENSION_LAYER_ARN}"
378+ - export EXTENSION_LAYER_ARN= $ (cat .. /integration_layer_arn.txt )
379+ - echo " Using integration test layer - ${EXTENSION_LAYER_ARN}"
380380 - export CDK_DEFAULT_ACCOUNT= $ (aws sts get-caller-identity --query Account --output text)
381381 - export CDK_DEFAULT_REGION= us-east-1
382382 - npm run build
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import * as iam from 'aws-cdk-lib/aws-iam';
55import { LayerVersion } from "aws-cdk-lib/aws-lambda" ;
66
77export const datadogSecretArn = process . env . DATADOG_API_SECRET_ARN || '' ;
8- // export const extensionLayerArn = process.env.EXTENSION_LAYER_ARN || '';
9- export const extensionLayerArn = 'arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension-ARM:89'
8+ export const extensionLayerArn = process . env . EXTENSION_LAYER_ARN || 'arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Extension-ARM:89'
109
1110export interface Props extends cdk . StackProps {
1211 identifier : string
You can’t perform that action at this time.
0 commit comments