Skip to content

Commit 1455881

Browse files
Rename qa test workflow and disable route and arp tests
1 parent 33ea6f4 commit 1455881

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

.github/workflows/builds.yml renamed to .github/workflows/qa_test.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Builds
1+
name: QA Test
22
on:
33
- pull_request
44
- workflow_dispatch
@@ -106,45 +106,45 @@ jobs:
106106
tests/FS/fs_info.orig
107107
tests/FS/fs_info.txt
108108
109-
route-test:
110-
name: Route Test
111-
runs-on: ubuntu-20.04
112-
needs: build
113-
steps:
114-
- uses: actions/checkout@v3
115-
- uses: actions/download-artifact@master
116-
with:
117-
name: build-artifacts
118-
- name: Run Route tests
119-
run: |
120-
./tests/ROUTE/route.sh
121-
- uses: actions/upload-artifact@master
122-
if: failure()
123-
with:
124-
name: run-artifacts
125-
path: |
126-
tests/ROUTE/route_info.orig
127-
tests/ROUTE/route_info.txt
109+
#route-test:
110+
# name: Route Test
111+
# runs-on: ubuntu-20.04
112+
# needs: build
113+
# steps:
114+
# - uses: actions/checkout@v3
115+
# - uses: actions/download-artifact@master
116+
# with:
117+
# name: build-artifacts
118+
# - name: Run Route tests
119+
# run: |
120+
# ./tests/ROUTE/route.sh
121+
# - uses: actions/upload-artifact@master
122+
# if: failure()
123+
# with:
124+
# name: run-artifacts
125+
# path: |
126+
# tests/ROUTE/route_info.orig
127+
# tests/ROUTE/route_info.txt
128128

129-
arp-test:
130-
name: ARP Test
131-
runs-on: ubuntu-20.04
132-
needs: build
133-
steps:
134-
- uses: actions/checkout@v3
135-
- uses: actions/download-artifact@master
136-
with:
137-
name: build-artifacts
138-
- name: Run ARP tests
139-
run: |
140-
./tests/ARP/arp.sh
141-
- uses: actions/upload-artifact@master
142-
if: failure()
143-
with:
144-
name: run-artifacts
145-
path: |
146-
tests/ARP/arp_info.orig
147-
tests/ARP/arp_info.txt
129+
#arp-test:
130+
# name: ARP Test
131+
# runs-on: ubuntu-20.04
132+
# needs: build
133+
# steps:
134+
# - uses: actions/checkout@v3
135+
# - uses: actions/download-artifact@master
136+
# with:
137+
# name: build-artifacts
138+
# - name: Run ARP tests
139+
# run: |
140+
# ./tests/ARP/arp.sh
141+
# - uses: actions/upload-artifact@master
142+
# if: failure()
143+
# with:
144+
# name: run-artifacts
145+
# path: |
146+
# tests/ARP/arp_info.orig
147+
# tests/ARP/arp_info.txt
148148

149149
stat-test:
150150
name: STAT Test

0 commit comments

Comments
 (0)