Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{data}[GCC/13.3.0] DBD-mysql v4.051, MariaDB v11.7.0, Judy v1.0.5 #21813

Merged

Conversation

laraPPr
Copy link
Contributor

@laraPPr laraPPr commented Nov 8, 2024

(created using eb --new-pr)

@laraPPr laraPPr added the update label Nov 8, 2024
Copy link

github-actions bot commented Nov 8, 2024

Updated software DBD-mysql-4.051-GCC-13.3.0.eb

Diff against DBD-mysql-4.050-GCC-12.3.0.eb

easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-12.3.0.eb

diff --git a/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-12.3.0.eb b/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.051-GCC-13.3.0.eb
index eec33081a4..f8f2648576 100644
--- a/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-12.3.0.eb
+++ b/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.051-GCC-13.3.0.eb
@@ -1,23 +1,23 @@
 easyblock = 'PerlModule'
 
 name = 'DBD-mysql'
-version = '4.050'
+version = '4.051'
 
 homepage = 'https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql.pm'
 description = "Perl binding for MySQL"
 
-toolchain = {'name': 'GCC', 'version': '12.3.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = ['https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN']
 sources = [SOURCE_TAR_GZ]
-checksums = ['4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78']
+checksums = ['16969bfae7a080384167be3fb1803450fde87f7b0e2682276b3f6469fa147864']
 
 dependencies = [
-    ('Perl', '5.36.1'),
-    ('Perl-bundle-CPAN', '5.36.1'),
-    ('MariaDB', '11.6.0'),
-    ('zlib', '1.2.13'),
-    ('OpenSSL', '1.1', '', SYSTEM),
+    ('Perl', '5.38.2'),
+    ('Perl-bundle-CPAN', '5.38.2'),
+    ('MariaDB', '11.7.0'),
+    ('zlib', '1.3.1'),
+    ('OpenSSL', '3', '', SYSTEM),
 ]
 
 options = {'modulename': 'DBD::mysql'}
Diff against DBD-mysql-4.050-GCC-12.2.0.eb

easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-12.2.0.eb

diff --git a/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-12.2.0.eb b/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.051-GCC-13.3.0.eb
index 1cdd942d32..f8f2648576 100644
--- a/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-12.2.0.eb
+++ b/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.051-GCC-13.3.0.eb
@@ -1,22 +1,23 @@
 easyblock = 'PerlModule'
 
 name = 'DBD-mysql'
-version = '4.050'
+version = '4.051'
 
 homepage = 'https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql.pm'
 description = "Perl binding for MySQL"
 
-toolchain = {'name': 'GCC', 'version': '12.2.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = ['https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN']
 sources = [SOURCE_TAR_GZ]
-checksums = ['4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78']
+checksums = ['16969bfae7a080384167be3fb1803450fde87f7b0e2682276b3f6469fa147864']
 
 dependencies = [
-    ('Perl', '5.36.0'),
-    ('MariaDB', '10.11.2'),
-    ('zlib', '1.2.12'),
-    ('OpenSSL', '1.1', '', SYSTEM),
+    ('Perl', '5.38.2'),
+    ('Perl-bundle-CPAN', '5.38.2'),
+    ('MariaDB', '11.7.0'),
+    ('zlib', '1.3.1'),
+    ('OpenSSL', '3', '', SYSTEM),
 ]
 
 options = {'modulename': 'DBD::mysql'}
Diff against DBD-mysql-4.050-GCC-11.3.0.eb

easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-11.3.0.eb

diff --git a/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-11.3.0.eb b/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.051-GCC-13.3.0.eb
index 6d67a433eb..f8f2648576 100644
--- a/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.050-GCC-11.3.0.eb
+++ b/easybuild/easyconfigs/d/DBD-mysql/DBD-mysql-4.051-GCC-13.3.0.eb
@@ -1,22 +1,23 @@
 easyblock = 'PerlModule'
 
 name = 'DBD-mysql'
-version = '4.050'
+version = '4.051'
 
 homepage = 'https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql.pm'
 description = "Perl binding for MySQL"
 
-toolchain = {'name': 'GCC', 'version': '11.3.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = ['https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN']
 sources = [SOURCE_TAR_GZ]
-checksums = ['4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78']
+checksums = ['16969bfae7a080384167be3fb1803450fde87f7b0e2682276b3f6469fa147864']
 
 dependencies = [
-    ('Perl', '5.34.1'),
-    ('MariaDB', '10.9.3'),
-    ('zlib', '1.2.12'),
-    ('OpenSSL', '1.1', '', SYSTEM),
+    ('Perl', '5.38.2'),
+    ('Perl-bundle-CPAN', '5.38.2'),
+    ('MariaDB', '11.7.0'),
+    ('zlib', '1.3.1'),
+    ('OpenSSL', '3', '', SYSTEM),
 ]
 
 options = {'modulename': 'DBD::mysql'}

Updated software Judy-1.0.5-GCCcore-13.3.0.eb

Diff against Judy-1.0.5-GCCcore-12.3.0.eb

easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-12.3.0.eb b/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-13.3.0.eb
index 183e8e08ea..ad7805e716 100644
--- a/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-13.3.0.eb
@@ -6,15 +6,15 @@ version = '1.0.5'
 homepage = 'http://judy.sourceforge.net/'
 description = "A C library that implements a dynamic array."
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['http://downloads.sourceforge.net/judy']
 sources = ['%(name)s-%(version)s.tar.gz']
 patches = ['Judy-1.0.5_parallel-make.patch']  # fix Make dependencies, so parallel build also works
 
 builddependencies = [
-    ('Autotools', '20220317'),
-    ('binutils', '2.40'),
+    ('Autotools', '20231222'),
+    ('binutils', '2.42'),
 ]
 checksums = [
     'd2704089f85fdb6f2cd7e77be21170ced4b4375c03ef1ad4cf1075bd414a63eb',  # Judy-1.0.5.tar.gz
Diff against Judy-1.0.5-GCCcore-12.2.0.eb

easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-12.2.0.eb b/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-13.3.0.eb
index 29e5a68235..ad7805e716 100644
--- a/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-13.3.0.eb
@@ -6,15 +6,15 @@ version = '1.0.5'
 homepage = 'http://judy.sourceforge.net/'
 description = "A C library that implements a dynamic array."
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['http://downloads.sourceforge.net/judy']
 sources = ['%(name)s-%(version)s.tar.gz']
 patches = ['Judy-1.0.5_parallel-make.patch']  # fix Make dependencies, so parallel build also works
 
 builddependencies = [
-    ('Autotools', '20220317'),
-    ('binutils', '2.39'),
+    ('Autotools', '20231222'),
+    ('binutils', '2.42'),
 ]
 checksums = [
     'd2704089f85fdb6f2cd7e77be21170ced4b4375c03ef1ad4cf1075bd414a63eb',  # Judy-1.0.5.tar.gz
Diff against Judy-1.0.5-GCCcore-11.3.0.eb

easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-11.3.0.eb

diff --git a/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-13.3.0.eb
index 32dbb74b6c..ad7805e716 100644
--- a/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-11.3.0.eb
+++ b/easybuild/easyconfigs/j/Judy/Judy-1.0.5-GCCcore-13.3.0.eb
@@ -6,15 +6,15 @@ version = '1.0.5'
 homepage = 'http://judy.sourceforge.net/'
 description = "A C library that implements a dynamic array."
 
-toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['http://downloads.sourceforge.net/judy']
 sources = ['%(name)s-%(version)s.tar.gz']
 patches = ['Judy-1.0.5_parallel-make.patch']  # fix Make dependencies, so parallel build also works
 
 builddependencies = [
-    ('Autotools', '20220317'),
-    ('binutils', '2.38'),
+    ('Autotools', '20231222'),
+    ('binutils', '2.42'),
 ]
 checksums = [
     'd2704089f85fdb6f2cd7e77be21170ced4b4375c03ef1ad4cf1075bd414a63eb',  # Judy-1.0.5.tar.gz

Updated software MariaDB-11.7.0-GCC-13.3.0.eb

Diff against MariaDB-11.6.0-GCC-12.3.0.eb

easybuild/easyconfigs/m/MariaDB/MariaDB-11.6.0-GCC-12.3.0.eb

diff --git a/easybuild/easyconfigs/m/MariaDB/MariaDB-11.6.0-GCC-12.3.0.eb b/easybuild/easyconfigs/m/MariaDB/MariaDB-11.7.0-GCC-13.3.0.eb
index 3574334344..437ed1edf4 100644
--- a/easybuild/easyconfigs/m/MariaDB/MariaDB-11.6.0-GCC-12.3.0.eb
+++ b/easybuild/easyconfigs/m/MariaDB/MariaDB-11.7.0-GCC-13.3.0.eb
@@ -1,13 +1,13 @@
 easyblock = 'CMakeMake'
 
 name = 'MariaDB'
-version = '11.6.0'
+version = '11.7.0'
 
 homepage = 'https://mariadb.org/'
 description = """MariaDB is an enhanced, drop-in replacement for MySQL.
 Included engines: myISAM, Aria, InnoDB, RocksDB, TokuDB, OQGraph, Mroonga."""
 
-toolchain = {'name': 'GCC', 'version': '12.3.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = [
     'https://archive.mariadb.org/mariadb-%(version)s/source/',
@@ -16,28 +16,28 @@ source_urls = [
 sources = [SOURCELOWER_TAR_GZ]
 patches = ['MariaDB-10.1.13-link-rt-for-jemalloc.patch']
 checksums = [
-    {'mariadb-11.6.0.tar.gz': '8fd5b593aee3920eb434c37ec44779d565fe96ef7dfd6b35a646fe7221103e11'},
+    {'mariadb-11.7.0.tar.gz': 'b0059a9550bb277790f1ec51e0eb329a8fbb8acfd98b5adb259bc0560ff70553'},
     {'MariaDB-10.1.13-link-rt-for-jemalloc.patch': '8295837e623f6c782e1d64b00e0877ea98cce4bf8846755bb86c8a7732797c19'},
 ]
 
 builddependencies = [
-    ('CMake', '3.26.3'),
+    ('CMake', '3.29.3'),
     ('libaio', '0.3.113'),
 ]
 
 dependencies = [
-    ('ncurses', '6.4'),
-    ('zlib', '1.2.13'),
+    ('ncurses', '6.5'),
+    ('zlib', '1.3.1'),
     ('LZO', '2.10'),        # optional
     ('lz4', '1.9.4'),       # optional
-    ('XZ', '5.4.2'),        # optional
+    ('XZ', '5.4.5'),        # optional
     ('jemalloc', '5.3.0'),  # optional
     ('snappy', '1.1.10'),    # needed by RocksDB; optional for InnoDB
-    ('libxml2', '2.11.4'),  # needed by Connect XML
-    ('Boost', '1.82.0'),    # needed by OQGraph
+    ('libxml2', '2.12.7'),  # needed by Connect XML
+    ('Boost', '1.85.0'),    # needed by OQGraph
     ('Judy', '1.0.5'),      # needed by OQGraph
-    ('PCRE2', '10.42'),
-    ('OpenSSL', '1.1', '', SYSTEM),     # runtime dep for mysql and PCRE2 for mysqltest
+    ('PCRE2', '10.43'),
+    ('OpenSSL', '3', '', SYSTEM),     # runtime dep for mysql and PCRE2 for mysqltest
 ]
 
 configopts = "-DCMAKE_SHARED_LINKER_FLAGS='-fuse-ld=bfd' "  # Linking fails with default gold linker
Diff against MariaDB-10.11.2-GCC-12.2.0.eb

easybuild/easyconfigs/m/MariaDB/MariaDB-10.11.2-GCC-12.2.0.eb

diff --git a/easybuild/easyconfigs/m/MariaDB/MariaDB-10.11.2-GCC-12.2.0.eb b/easybuild/easyconfigs/m/MariaDB/MariaDB-11.7.0-GCC-13.3.0.eb
index c82bd9ecd8..437ed1edf4 100644
--- a/easybuild/easyconfigs/m/MariaDB/MariaDB-10.11.2-GCC-12.2.0.eb
+++ b/easybuild/easyconfigs/m/MariaDB/MariaDB-11.7.0-GCC-13.3.0.eb
@@ -1,13 +1,13 @@
 easyblock = 'CMakeMake'
 
 name = 'MariaDB'
-version = '10.11.2'
+version = '11.7.0'
 
 homepage = 'https://mariadb.org/'
 description = """MariaDB is an enhanced, drop-in replacement for MySQL.
 Included engines: myISAM, Aria, InnoDB, RocksDB, TokuDB, OQGraph, Mroonga."""
 
-toolchain = {'name': 'GCC', 'version': '12.2.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = [
     'https://archive.mariadb.org/mariadb-%(version)s/source/',
@@ -16,28 +16,28 @@ source_urls = [
 sources = [SOURCELOWER_TAR_GZ]
 patches = ['MariaDB-10.1.13-link-rt-for-jemalloc.patch']
 checksums = [
-    {'mariadb-10.11.2.tar.gz': '1c89dee0caed0f68bc2a1d203eb98a123150e6a179f6ee0f1fc0ba3f08dc71dc'},
+    {'mariadb-11.7.0.tar.gz': 'b0059a9550bb277790f1ec51e0eb329a8fbb8acfd98b5adb259bc0560ff70553'},
     {'MariaDB-10.1.13-link-rt-for-jemalloc.patch': '8295837e623f6c782e1d64b00e0877ea98cce4bf8846755bb86c8a7732797c19'},
 ]
 
 builddependencies = [
-    ('CMake', '3.24.3'),
+    ('CMake', '3.29.3'),
     ('libaio', '0.3.113'),
 ]
 
 dependencies = [
-    ('ncurses', '6.3'),
-    ('zlib', '1.2.12'),
+    ('ncurses', '6.5'),
+    ('zlib', '1.3.1'),
     ('LZO', '2.10'),        # optional
     ('lz4', '1.9.4'),       # optional
-    ('XZ', '5.2.7'),        # optional
+    ('XZ', '5.4.5'),        # optional
     ('jemalloc', '5.3.0'),  # optional
-    ('snappy', '1.1.9'),    # needed by RocksDB; optional for InnoDB
-    ('libxml2', '2.10.3'),  # needed by Connect XML
-    ('Boost', '1.81.0'),    # needed by OQGraph
+    ('snappy', '1.1.10'),    # needed by RocksDB; optional for InnoDB
+    ('libxml2', '2.12.7'),  # needed by Connect XML
+    ('Boost', '1.85.0'),    # needed by OQGraph
     ('Judy', '1.0.5'),      # needed by OQGraph
-    ('PCRE2', '10.40'),
-    ('OpenSSL', '1.1', '', SYSTEM),     # runtime dep for mysql and PCRE2 for mysqltest
+    ('PCRE2', '10.43'),
+    ('OpenSSL', '3', '', SYSTEM),     # runtime dep for mysql and PCRE2 for mysqltest
 ]
 
 configopts = "-DCMAKE_SHARED_LINKER_FLAGS='-fuse-ld=bfd' "  # Linking fails with default gold linker
Diff against MariaDB-10.9.3-GCC-11.3.0.eb

easybuild/easyconfigs/m/MariaDB/MariaDB-10.9.3-GCC-11.3.0.eb

diff --git a/easybuild/easyconfigs/m/MariaDB/MariaDB-10.9.3-GCC-11.3.0.eb b/easybuild/easyconfigs/m/MariaDB/MariaDB-11.7.0-GCC-13.3.0.eb
index b08debd8ac..437ed1edf4 100644
--- a/easybuild/easyconfigs/m/MariaDB/MariaDB-10.9.3-GCC-11.3.0.eb
+++ b/easybuild/easyconfigs/m/MariaDB/MariaDB-11.7.0-GCC-13.3.0.eb
@@ -1,13 +1,13 @@
 easyblock = 'CMakeMake'
 
 name = 'MariaDB'
-version = '10.9.3'
+version = '11.7.0'
 
 homepage = 'https://mariadb.org/'
 description = """MariaDB is an enhanced, drop-in replacement for MySQL.
 Included engines: myISAM, Aria, InnoDB, RocksDB, TokuDB, OQGraph, Mroonga."""
 
-toolchain = {'name': 'GCC', 'version': '11.3.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = [
     'https://archive.mariadb.org/mariadb-%(version)s/source/',
@@ -16,28 +16,28 @@ source_urls = [
 sources = [SOURCELOWER_TAR_GZ]
 patches = ['MariaDB-10.1.13-link-rt-for-jemalloc.patch']
 checksums = [
-    '9a1e229972fcccc8270e633f68d3fb824da151dcf4f53da1df8d947aca876bee',  # mariadb-10.9.3.tar.gz
-    '8295837e623f6c782e1d64b00e0877ea98cce4bf8846755bb86c8a7732797c19',  # MariaDB-10.1.13-link-rt-for-jemalloc.patch
+    {'mariadb-11.7.0.tar.gz': 'b0059a9550bb277790f1ec51e0eb329a8fbb8acfd98b5adb259bc0560ff70553'},
+    {'MariaDB-10.1.13-link-rt-for-jemalloc.patch': '8295837e623f6c782e1d64b00e0877ea98cce4bf8846755bb86c8a7732797c19'},
 ]
 
 builddependencies = [
-    ('CMake', '3.23.1'),
-    ('libaio', '0.3.112'),
+    ('CMake', '3.29.3'),
+    ('libaio', '0.3.113'),
 ]
 
 dependencies = [
-    ('ncurses', '6.3'),
-    ('zlib', '1.2.12'),
+    ('ncurses', '6.5'),
+    ('zlib', '1.3.1'),
     ('LZO', '2.10'),        # optional
-    ('lz4', '1.9.3'),       # optional
-    ('XZ', '5.2.5'),        # optional
+    ('lz4', '1.9.4'),       # optional
+    ('XZ', '5.4.5'),        # optional
     ('jemalloc', '5.3.0'),  # optional
-    ('snappy', '1.1.9'),    # needed by RocksDB; optional for InnoDB
-    ('libxml2', '2.9.13'),  # needed by Connect XML
-    ('Boost', '1.79.0'),    # needed by OQGraph
+    ('snappy', '1.1.10'),    # needed by RocksDB; optional for InnoDB
+    ('libxml2', '2.12.7'),  # needed by Connect XML
+    ('Boost', '1.85.0'),    # needed by OQGraph
     ('Judy', '1.0.5'),      # needed by OQGraph
-    ('PCRE2', '10.40'),
-    ('OpenSSL', '1.1', '', SYSTEM),     # runtime dep for mysql and PCRE2 for mysqltest
+    ('PCRE2', '10.43'),
+    ('OpenSSL', '3', '', SYSTEM),     # runtime dep for mysql and PCRE2 for mysqltest
 ]
 
 configopts = "-DCMAKE_SHARED_LINKER_FLAGS='-fuse-ld=bfd' "  # Linking fails with default gold linker

@smoors
Copy link
Contributor

smoors commented Nov 10, 2024

@boegelbot: please test @ generoso

@boegelbot
Copy link
Collaborator

@smoors: Request for testing this PR well received on login1

PR test command 'EB_PR=21813 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_21813 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 14679

Test results coming soon (I hope)...

- notification for comment with ID 2466850702 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in total)
cns2 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/boegelbot/90f3104b783c1efc9b8b86c0ef00f5cc for a full test report.

@smoors
Copy link
Contributor

smoors commented Nov 10, 2024

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Collaborator

@smoors: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=21813 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_21813 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 5247

Test results coming soon (I hope)...

- notification for comment with ID 2466951749 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.4, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.18
See https://gist.github.com/boegelbot/847689fe279de3694d1757c8be48d425 for a full test report.

@smoors smoors added this to the release after 4.9.4 milestone Nov 11, 2024
Copy link
Contributor

@smoors smoors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@smoors
Copy link
Contributor

smoors commented Nov 11, 2024

Going in, thanks @laraPPr!

@smoors smoors merged commit 255f675 into easybuilders:develop Nov 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants