forked from aws-observability/aws-otel-java-instrumentation
-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (44 loc) · 1.3 KB
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## This workflow aims to run the Application Signals end-to-end tests to test changes
## on the E2E testing resources before submitting a PR. The e2e-eks-test will deploy a
## sample app on an EKS cluster, call the APIs, and validate the generated telemetry
## including logs, metrics, and traces while the e2e-ec2-test will do the same but on
## two EC2 instances.
name: Test
on:
push:
jobs:
e2e-ec2-test0:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "0"
aws-region: eu-west-1
caller-workflow-name: 'test'
e2e-ec2-test1:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "1"
aws-region: eu-west-1
caller-workflow-name: 'test'
e2e-ec2-test2:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "2"
aws-region: eu-west-1
caller-workflow-name: 'test'
e2e-ec2-test3:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "3"
aws-region: eu-west-1
caller-workflow-name: 'test'
e2e-ec2-test4:
uses: ./.github/workflows/appsignals-e2e-ec2-test.yml
secrets: inherit
with:
number: "4"
aws-region: eu-west-1
caller-workflow-name: 'test'