Skip to content

Commit

Permalink
Workflow file updated for tcpkali longrun
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-netlox committed Aug 28, 2024
1 parent 12f1f22 commit 875261b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tcpkali-longrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
jobs:
test-runner:
name: tcpkali-longrun
runs-on: [self-hosted]
#if: github.repository == 'loxilb-io/loxilb'
# && github.event.inputs.tagName == ''
runs-on: [self-hosted, sb]
if: github.repository == 'loxilb-io/loxilb'
&& github.event.inputs.tagName == ''
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion cicd/tcpkali/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $hexec l3ep2 node ../common/tcp_server.js server2 &
$hexec l3ep3 node ../common/tcp_server.js server3 &

conn=400
time=100

time=14400 #4hrs

stime=$(( $time + 10 ))
sleep 2
Expand Down

0 comments on commit 875261b

Please sign in to comment.