fix \r for java. #3
Workflow file for this run
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
## Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | |
## SPDX-License-Identifier: Apache-2.0 | |
## 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: Application Signals Enablement - Java ECS E2E Canary Testing | |
on: | |
# schedule: | |
# - cron: '*/15 * * * *' # run the workflow every 15 minutes | |
workflow_dispatch: # be able to run the workflow on demand | |
push: | |
branches: | |
- ecs-no-call-zzhlogin | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
e2e-ecs-test: | |
uses: ./.github/workflows/java-ecs-e2e-test.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-java-ecs-canary-test' |