Skip to content

Commit 3f39f32

Browse files
committed
update test easyconfigs
1 parent 0a0fa71 commit 3f39f32

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ toolchain = SYSTEM
2424
sources = [SOURCE_TAR_GZ]
2525

2626
# download location for source files
27-
source_urls = ['https://ftpmirror.gnu.org/gzip']
27+
source_urls = ['https://ftpmirror.gnu.org/gzip',
28+
'https://ftp.gnu.org/gnu/gzip']
2829

2930
# make sure the gzip and gunzip binaries are available after installation
3031
sanity_check_paths = {

test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.5-foss-2018a.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ description = "gzip (GNU zip) is a popular data compression program as a replace
2020
toolchain = {'name': 'foss', 'version': '2018a'}
2121

2222
# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz
23-
source_urls = ['http://ftpmirror.gnu.org/gzip']
23+
source_urls = ['http://ftpmirror.gnu.org/gzip',
24+
'https://ftp.gnu.org/gnu/gzip']
2425
sources = [SOURCE_TAR_GZ]
2526

2627
# make sure the gzip, gunzip and compress binaries are available after installation

test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.5-intel-2018a.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ description = "gzip (GNU zip) is a popular data compression program as a replace
2020
toolchain = {'name': 'intel', 'version': '2018a'}
2121

2222
# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz
23-
source_urls = ['http://ftpmirror.gnu.org/gzip']
23+
source_urls = ['http://ftpmirror.gnu.org/gzip',
24+
'https://ftp.gnu.org/gnu/gzip']
2425
sources = [SOURCE_TAR_GZ]
2526

2627
# make sure the gzip, gunzip and compress binaries are available after installation

test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ toolchain = SYSTEM
2424
sources = [SOURCE_TAR_GZ]
2525

2626
# download location for source files
27-
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip']
27+
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip',
28+
'https://ftp.gnu.org/gnu/gzip']
2829

2930
# make sure the gzip and gunzip binaries are available after installation
3031
sanity_check_paths = {

test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-foss-2018a.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ description = "gzip (GNU zip) is a popular data compression program as a replace
2020
toolchain = {'name': 'foss', 'version': '2018a'}
2121

2222
# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz
23-
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip']
23+
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip',
24+
'https://ftp.gnu.org/gnu/gzip']
2425
sources = [SOURCE_TAR_GZ]
2526

2627
# make sure the gzip, gunzip and compress binaries are available after installation

test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-intel-2018a.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ description = "%(namelower)s (GNU zip) is a popular data compression program as
2020
toolchain = {'name': 'intel', 'version': '2018a'}
2121

2222
# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz
23-
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip']
23+
source_urls = ['https://ftpmirror.gnu.org/gnu/gzip',
24+
'https://ftp.gnu.org/gnu/gzip']
2425
sources = [SOURCE_TAR_GZ]
2526

2627
# make sure the gzip, gunzip and compress binaries are available after installation

test/framework/easyconfigs/v2.0/doesnotexist.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ software_license_urls = ['http://localhost/my_license']
2020
sources = ['%(name)s-%(version)s.tar.gz']
2121

2222
# download location for source files
23-
source_urls = ['http://ftpmirror.gnu.org/gzip']
23+
source_urls = ['http://ftpmirror.gnu.org/gzip',
24+
'https://ftp.gnu.org/gnu/gzip']
2425

2526
# make sure the gzip and gunzip binaries are available after installation
2627
sanity_check_paths = {'files': ["bin/gunzip", "bin/gzip"], 'dirs': []}

0 commit comments

Comments
 (0)