Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .gitlab/nersc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021-2024, The Regents of the University of California,
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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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.
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.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion buildtest/cli/buildspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def _discover_buildspecs(self):
file_traversal_limit = self.configuration.target_config.get(
"file_traversal_limit", 1000
)
print("file_traversal_limit", file_traversal_limit)

# recursively search all .yml files in directory and add to list
if self.paths:
Expand Down
17 changes: 0 additions & 17 deletions docs/contributing/github_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,6 @@ to see status of coverage report during PR review process. The codecov file
`.codecov.yml <https://github.com/buildtesters/buildtest/blob/devel/.codecov.yml>`_
is used for configuration codecov. For more details on codecov yaml file see https://docs.codecov.io/docs/codecov-yaml.

Gitlab CI checks
------------------

buildtest has automated CI checks on gitlab servers: https://software.nersc.gov (NERSC) and https://code.ornl.gov (OLCF). The
gitlab pipelines are stored in `.gitlab <https://github.com/buildtesters/buildtest/tree/devel/.gitlab>`_ directory found
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
to automatically pull mirror and run CI/CD from incoming Pull Request to buildtest project on GitHub.

The project mirrors are located in the following location

- NERSC: https://software.nersc.gov/NERSC/buildtest
- OLCF: https://code.ornl.gov/ecpcitest/buildtest

We have configured each gitlab project to point to the gitlab configuration file. For instance, at NERSC we use
`.gitlab/nersc.yml <https://github.com/buildtesters/buildtest/blob/devel/.gitlab/nersc.yml>`_ that runs CI on Cori, this can be configured at
**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

GitHub Bots
-----------

Expand Down
2 changes: 1 addition & 1 deletion setup.csh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/csh
# MIT License

# Copyright (c) 2021-2024, The Regents of the University of California,
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# MIT License

# Copyright (c) 2021-2024, The Regents of the University of California,
# 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.
Expand Down
129 changes: 0 additions & 129 deletions tests/test_nersc.py

This file was deleted.

Loading