Skip to content

Commit

Permalink
moved license key to github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ahegdeNR committed Dec 31, 2024
1 parent dd18908 commit e5e49c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
aws-region: us-east-1

- name: Run e2e tests
env:
NEW_RELIC_USER_KEY: ${{ secrets.NEW_RELIC_USER_KEY }}
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}
run: |
cd e2e-tests/
./build-templates.sh
Expand Down
14 changes: 7 additions & 7 deletions e2e-tests/build-templates.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash

TEMPLATES=(
"logging-lambda-metric-polling.yaml"
"logging-lambda-metric-stream.yaml"
"logging-firehose-metric-polling.yaml"
"logging-firehose-metric-stream.yaml"
"logging-lambda-firehose-metric-polling.yaml"
"logging-lambda-firehose-metric-stream.yaml"
# "logging-lambda-metric-polling.yaml"
# "logging-lambda-metric-stream.yaml"
# "logging-firehose-metric-polling.yaml"
# "logging-firehose-metric-stream.yaml"
# "logging-lambda-firehose-metric-polling.yaml"
# "logging-lambda-firehose-metric-stream.yaml"
"lambda-template.yaml"
"logging-lambda-firehose-template.yaml"
# "logging-lambda-firehose-template.yaml"
)

source config-file.cfg
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/config-file.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
S3_BUCKET=unified-lambda-serverless-1
NEW_RELIC_REGION=US
NEW_RELIC_ACCOUNT_ID=2813435
NEW_RELIC_LICENSE_KEY=dummy

# build constants
BUILD_DIR_BASE=.aws-sam/build
Expand Down

0 comments on commit e5e49c3

Please sign in to comment.