Skip to content

Commit

Permalink
cicd: tcp fixes in gh-actions yml for redhat runner
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Apr 9, 2024
1 parent be8bac7 commit 9e7f956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nat66-sanity-rh9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Clean test-bed
if: success() || failure()
run: |
sudo ip -all netns delete
dps=$(sudo docker ps -a -q)
if [[ x$dps != x ]]; then
sudo docker stop $(sudo docker ps -a -q)
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/tcp-sanity-rh9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,6 @@ jobs:
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbmark/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbdsr1/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbdsr2/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbl3dsr/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbhash/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- name: Clean test-bed
if: success() || failure()
run: |
Expand Down

0 comments on commit 9e7f956

Please sign in to comment.