Skip to content

Commit

Permalink
Test without amazonlinux wait
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 7, 2024
1 parent c2cfbf9 commit 21d633c
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ jobs:
- name: Run diff
run: diff discrete.output test/discrete.output

# Template needs VARIANT_IMAGE to be defined
.test_a429_centos_template:
.test_a429_centos_amazonlinux:
runs-on: ubuntu-latest
needs: package_centos_plugin
steps:
Expand All @@ -308,7 +307,7 @@ jobs:
name: Wireshark-plugin-centos
- name: Run TShark on ARINC429 traffic
run: >
docker run -v .:/test ${VARIANT_IMAGE} sh -c "
docker run -v .:/test amazonlinux sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip &&
curl https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz -o lua.tar.gz &&
tar -xvf lua.tar.gz &&
Expand All @@ -332,8 +331,7 @@ jobs:
- name: Run diff
run: diff a429_broadcast.output test/a429_broadcast.output

# Template needs VARIANT_IMAGE to be defined
.test_discrete_centos_template:
.test_discrete_centos_amazonlinux:
runs-on: ubuntu-latest
needs: package_centos_plugin
steps:
Expand All @@ -350,7 +348,7 @@ jobs:
name: Wireshark-plugin-centos
- name: Compile and run TShark on ARINC429 traffic
run: >
docker run -v .:/test ${VARIANT_IMAGE} sh -c "
docker run -v .:/test amazonlinux sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip &&
curl https://www.wireshark.org/download/src/wireshark-${WIRESHARK_VERSION}.tar.xz -o wireshark.tar.xz &&
tar -xvf wireshark.tar.xz &&
Expand All @@ -364,11 +362,6 @@ jobs:
- name: Run diff
run: diff discrete.output test/discrete.output

# test_a429_centos_amazonlinux:
# env:
# VARIANT_IMAGE: amazonlinux
# extends: .test_a429_centos_template

test_a429_centos_stream9:
runs-on: ubuntu-latest
needs: package_centos_plugin
Expand Down

0 comments on commit 21d633c

Please sign in to comment.