Skip to content

Commit b7989c5

Browse files
authored
Reenable etna on ubuntu ci (#2813)
* reenable etna on ubuntu CI * nit
1 parent 5d27b4d commit b7989c5

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/e2e-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
]
4141
os: [ubuntu-24.04, macos-14]
4242
exclude:
43-
- os: ubuntu-24.04
44-
suite: "\\[Etna Subnet SOV\\]"
4543
- os: macos-14
4644
suite: "\\[Node create\\]"
4745
- os: macos-14
@@ -50,12 +48,6 @@ jobs:
5048
suite: "\\[Docker\\]"
5149
- os: macos-14
5250
suite: "\\[Public Subnet non SOV\\]"
53-
- os: ubuntu-24.04
54-
suite: "\\[Etna AddRemove Validator SOV PoA\\]"
55-
- os: ubuntu-24.04
56-
suite: "\\[Etna AddRemove Validator SOV PoS\\]"
57-
- os: ubuntu-24.04
58-
suite: "\\[Etna Add Validator SOV Local\\]"
5951
steps:
6052
- name: Checkout repository
6153
uses: actions/checkout@v4

scripts/run.e2e.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ ACK_GINKGO_RC=true ~/go/bin/ginkgo build $extra_build_args ./tests/e2e
6565

6666
if [ "${COVERAGE_MODE:-}" == true ]
6767
then
68-
export GOCOVERDIR=$(PWD)/coverage/e2e
68+
export GOCOVERDIR=$(PWD)/coverage/e2e
6969
echo 'Coverage mode enabled - re-creating coverage dir $GOCOVERDIR'
7070
echo 'It requires the CLI binary to be built by build.sh with COVERAGE_MODE=true too'
71-
rm -rf ${GOCOVERDIR}
7271
mkdir -p ${GOCOVERDIR}
7372
fi
7473

tests/e2e/assets/avalanchego

-78.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)