Skip to content

Commit a8ea696

Browse files
remove CI workflow for NERSC since its not running,
removed the tests associated with running on NERSC update the year to 2025 in license header
1 parent 3af2d3f commit a8ea696

8 files changed

Lines changed: 4 additions & 282 deletions

File tree

.gitlab/nersc.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

LEGAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021-2024, The Regents of the University of California,
1+
Copyright (c) 2021-2025, The Regents of the University of California,
22
through Lawrence Berkeley National Laboratory (subject to receipt of
33
any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui,
44
and Vanessa Sochat. All rights reserved.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui, and Vanessa Sochat. All rights reserved.
3+
Copyright (c) 2021-2025 The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui, and Vanessa Sochat. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

buildtest/cli/buildspec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def _discover_buildspecs(self):
208208
file_traversal_limit = self.configuration.target_config.get(
209209
"file_traversal_limit", 1000
210210
)
211-
print("file_traversal_limit", file_traversal_limit)
212211

213212
# recursively search all .yml files in directory and add to list
214213
if self.paths:

setup.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/csh
22
# MIT License
33

4-
# Copyright (c) 2021-2024, The Regents of the University of California,
4+
# Copyright (c) 2021-2025, The Regents of the University of California,
55
# through Lawrence Berkeley National Laboratory (subject to receipt of
66
# any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui,
77
# and Vanessa Sochat. All rights reserved.

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# MIT License
33

4-
# Copyright (c) 2021-2024, The Regents of the University of California,
4+
# Copyright (c) 2021-2025, The Regents of the University of California,
55
# through Lawrence Berkeley National Laboratory (subject to receipt of
66
# any required approvals from the U.S. Dept. of Energy), Shahzeb Siddiqui,
77
# and Vanessa Sochat. All rights reserved.

tests/settings/nersc.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

tests/test_nersc.py

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)