From bf438742a7d910cdd5d5447421b425725c460f69 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 22 Dec 2022 16:16:10 -0800 Subject: [PATCH] [Tests] move installation_node tests back to xenial --- .travis.yml | 30 ++++++++++++------- test/installation_node/install from source | 2 +- .../install from source with thread parameter | 2 +- ...ll from source without V8 snapshot for ARM | 2 +- test/installation_node/install hook | 2 +- 5 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b1e188..92de344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,26 @@ before_cache: - if [ -n "$WITHOUT_CURL" ]; then sudo apt-get install curl -y ; fi jobs: include: + - env: SHELL=bash TEST_SUITE=installation_node + dist: xenial + - env: SHELL=bash TEST_SUITE=installation_node WITHOUT_CURL=1 + dist: xenial + - env: SHELL=sh TEST_SUITE=installation_node + dist: xenial + - env: SHELL=sh TEST_SUITE=installation_node WITHOUT_CURL=1 + dist: xenial + - env: SHELL=dash TEST_SUITE=installation_node + dist: xenial + - env: SHELL=dash TEST_SUITE=installation_node WITHOUT_CURL=1 + dist: xenial + - env: SHELL=zsh TEST_SUITE=installation_node + dist: xenial + - env: SHELL=zsh TEST_SUITE=installation_node WITHOUT_CURL=1 + dist: xenial + #- env: SHELL=ksh TEST_SUITE=installation_node + # dist: xenial + #- env: SHELL=ksh TEST_SUITE=installation_node WITHOUT_CURL=1 + # dist: xenial - env: SHELL=bash TEST_SUITE=xenial dist: xenial - env: SHELL=sh TEST_SUITE=xenial @@ -66,16 +86,6 @@ env: - SHELL=bash TEST_SUITE=slow - SHELL=zsh TEST_SUITE=slow # - SHELL=ksh TEST_SUITE=slow - - SHELL=sh TEST_SUITE=installation_node - - SHELL=sh TEST_SUITE=installation_node WITHOUT_CURL=1 - - SHELL=dash TEST_SUITE=installation_node - - SHELL=dash TEST_SUITE=installation_node WITHOUT_CURL=1 - - SHELL=bash TEST_SUITE=installation_node - - SHELL=bash TEST_SUITE=installation_node WITHOUT_CURL=1 - - SHELL=zsh TEST_SUITE=installation_node - - SHELL=zsh TEST_SUITE=installation_node WITHOUT_CURL=1 - # - SHELL=ksh TEST_SUITE=installation_node - # - SHELL=ksh TEST_SUITE=installation_node WITHOUT_CURL=1 - SHELL=sh TEST_SUITE=installation_iojs - SHELL=sh TEST_SUITE=installation_iojs WITHOUT_CURL=1 - SHELL=dash TEST_SUITE=installation_iojs diff --git a/test/installation_node/install from source b/test/installation_node/install from source index 29fe1cd..d458c87 100755 --- a/test/installation_node/install from source +++ b/test/installation_node/install from source @@ -12,7 +12,7 @@ nvm deactivate || die 'deactivate failed' nvm unalias default || die 'unable to unalias default' -NVM_TEST_VERSION=v18.0.0 +NVM_TEST_VERSION=v0.10.7 # Remove the stuff we're clobbering. nvm uninstall "${NVM_TEST_VERSION}" || die 'nvm uninstall failed' diff --git a/test/installation_node/install from source with thread parameter b/test/installation_node/install from source with thread parameter index 240abaf..1b3faae 100755 --- a/test/installation_node/install from source with thread parameter +++ b/test/installation_node/install from source with thread parameter @@ -4,7 +4,7 @@ die () { echo "$@" ; exit 1; } \. ../../nvm.sh -NVM_TEST_VERSION=v18.0.0 +NVM_TEST_VERSION=v0.10.7 # STAGE 1 # diff --git a/test/installation_node/install from source without V8 snapshot for ARM b/test/installation_node/install from source without V8 snapshot for ARM index 3feb2e9..fe8241d 100755 --- a/test/installation_node/install from source without V8 snapshot for ARM +++ b/test/installation_node/install from source without V8 snapshot for ARM @@ -4,7 +4,7 @@ die () { echo "$@" ; exit 1; } \. ../../nvm.sh -NVM_TEST_VERSION=v18.0.0 +NVM_TEST_VERSION=v0.10.7 # Remove the stuff we're clobbering. [ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION diff --git a/test/installation_node/install hook b/test/installation_node/install hook index edfe718..4290bb1 100755 --- a/test/installation_node/install hook +++ b/test/installation_node/install hook @@ -4,7 +4,7 @@ die () { echo "$@" ; exit 1; } . ../../nvm.sh -VERSION='v18.0.0' +VERSION='v0.11.0' VERSION_PATH="$(nvm_version_path "${VERSION}")" succeed() {