File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
sample-apps/traffic-generator Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ name: Create and Push Traffic Generator
5
5
on :
6
6
workflow_dispatch :
7
7
push :
8
- branches :
9
- - main
10
- paths :
11
- - ' sample-apps/traffic-generator/**'
8
+ # branches:
9
+ # - main
10
+ # paths:
11
+ # - 'sample-apps/traffic-generator/**'
12
12
13
13
permissions :
14
14
id-token : write
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ const trafficGenerator = async (interval) => {
42
42
`http://${ mainEndpoint } /outgoing-http-call` ,
43
43
`http://${ mainEndpoint } /aws-sdk-call?ip=${ remoteEndpoint } &testingId=${ id } ` ,
44
44
`http://${ mainEndpoint } /remote-service?ip=${ remoteEndpoint } &testingId=${ id } ` ,
45
- `http://${ mainEndpoint } /client-call`
45
+ `http://${ mainEndpoint } /client-call` ,
46
+ `http://${ mainEndpoint } /mysql` ,
46
47
] ;
47
48
48
49
await sendRequests ( urls ) ;
You can’t perform that action at this time.
0 commit comments