-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 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 the CloudWatch Agent | ||
## Operator and our sample app and remote service onto a native K8s cluster, call the | ||
## APIs, and validate the generated telemetry, including logs, metrics, and traces. | ||
## It will then clean up the cluster and EC2 instance it runs on for the next test run. | ||
name: Java K8s Enablement Canary Testing | ||
on: | ||
push: | ||
|
||
permissions: | ||
id-token: write | ||
contents: read | ||
|
||
jobs: | ||
k8s: | ||
uses: ./.github/workflows/java-k8s-retry.yml | ||
secrets: inherit | ||
with: | ||
# To run in more regions, a cluster must be provisioned manually on EC2 instances in that region | ||
aws-region: 'us-east-1' | ||
caller-workflow-name: 'appsignals-e2e-k8s-canary-test' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters