Skip to content

Node EC2 Enablement Canary Testing #5493

Node EC2 Enablement Canary Testing

Node EC2 Enablement Canary Testing #5493

Workflow file for this run

## Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
## SPDX-License-Identifier: Apache-2.0
## This workflow aims to run the Application Signals end-to-end tests as a canary to
## test the artifacts for App Signals enablement. It will deploy a sample app and remote
## service on two EC2 instances, call the APIs, and validate the generated telemetry,
## including logs, metrics, and traces.
name: Node EC2 Enablement Canary Testing
on:
schedule:
- cron: '10,35 * * * *' # run the workflow at 10th and 35th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
permissions:
id-token: write
contents: read
jobs:
default:
strategy:
fail-fast: false
matrix:
aws-region: ['us-east-2']
uses: ./.github/workflows/node-ec2-default-retry.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'appsignals-node-e2e-ec2-canary-test'