Skip to content

Commit d29f8d8

Browse files
remove logic for CI implementation at NERSC along with test files that
are responsible for running on NERSC. update year to 2025
1 parent 3af2d3f commit d29f8d8

8 files changed

Lines changed: 4 additions & 190 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:

docs/contributing/github_integration.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,6 @@ to see status of coverage report during PR review process. The codecov file
2929
`.codecov.yml <https://github.com/buildtesters/buildtest/blob/devel/.codecov.yml>`_
3030
is used for configuration codecov. For more details on codecov yaml file see https://docs.codecov.io/docs/codecov-yaml.
3131

32-
Gitlab CI checks
33-
------------------
34-
35-
buildtest has automated CI checks on gitlab servers: https://software.nersc.gov (NERSC) and https://code.ornl.gov (OLCF). The
36-
gitlab pipelines are stored in `.gitlab <https://github.com/buildtesters/buildtest/tree/devel/.gitlab>`_ directory found
37-
in root of repository. We have imported the buildtest project using the `Gitlab CI/CD for external repositories <https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/>`_ feature
38-
to automatically pull mirror and run CI/CD from incoming Pull Request to buildtest project on GitHub.
39-
40-
The project mirrors are located in the following location
41-
42-
- NERSC: https://software.nersc.gov/NERSC/buildtest
43-
- OLCF: https://code.ornl.gov/ecpcitest/buildtest
44-
45-
We have configured each gitlab project to point to the gitlab configuration file. For instance, at NERSC we use
46-
`.gitlab/nersc.yml <https://github.com/buildtesters/buildtest/blob/devel/.gitlab/nersc.yml>`_ that runs CI on Cori, this can be configured at
47-
**Settings > CI/CD > General pipelines** with the path to gitlab configuration. For more details see https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
48-
4932
GitHub Bots
5033
-----------
5134

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/test_nersc.py

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

0 commit comments

Comments
 (0)