[GHA] Remove current TCP dump files. Upload more data from TCP Dump

This commit is contained in:
aboyko
2024-02-09 14:53:36 -05:00
parent 36d8305eaa
commit 5d40879a6d
2 changed files with 33 additions and 9 deletions

View File

@@ -86,15 +86,15 @@ jobs:
-Dhttpclient.retry-max=60 \
-Dorg.eclipse.ecf.provider.filetransfer.httpclient.retrieve.readTimeout=2400000 -Dorg.eclipse.ecf.provider.filetransfer.httpclient4.retrieve.readTimeout=2400000 -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=2400000 \
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=60
- name: Stop TCP Dump
if: ${{ inputs.build_type == 'snapshot' }}
run: |
cd eclipse-distribution
ls -la
PID=`sudo pgrep tcpdump`
echo "PID=${PID}"
sudo kill $PID
sudo sleep 10
# - name: Stop TCP Dump
# if: ${{ inputs.build_type == 'snapshot' }}
# run: |
# cd eclipse-distribution
# ls -la
# PID=`sudo pgrep tcpdump`
# echo "PID=${PID}"
# sudo kill $PID
# sudo sleep 10
- name: Store S3 Paths
id: s3-paths
run: |