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
4 changes: 4 additions & 0 deletions util/clear-journal.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT


set -x

Expand Down
4 changes: 4 additions & 0 deletions util/docker/DOCKERFILE.ais_ci_rocky
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

ARG ROCKY_MAJOR_VERSION=9
ARG ROCKY_VERSION=${ROCKY_MAJOR_VERSION}.6
FROM rockylinux/rockylinux:${ROCKY_VERSION}-minimal
Expand Down
4 changes: 4 additions & 0 deletions util/docker/DOCKERFILE.ais_ci_suse
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

ARG SUSE_MAJOR_VERSION=15
ARG SUSE_VERSION=${SUSE_MAJOR_VERSION}.6
FROM opensuse/leap:${SUSE_VERSION}
Expand Down
4 changes: 4 additions & 0 deletions util/docker/DOCKERFILE.ais_ci_ubuntu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

FROM rocm/dev-ubuntu-24.04:6.4.1
LABEL org.opencontainers.image.source=https://github.com/ROCm/rocs-internal

Expand Down
3 changes: 3 additions & 0 deletions util/format_source.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

# Recursively format all C & C++ sources and header files

COMMAND="clang-format"
Expand Down
3 changes: 3 additions & 0 deletions util/full_clang_lint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

# CI script that will highlight any issues clang-format complains about
# as well as the diff of what needs to change.
Expand Down
3 changes: 3 additions & 0 deletions util/iterate_fio_jobs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

cleanup() {
# Attempt to cleanup a leftover FIO results file
Expand Down
3 changes: 3 additions & 0 deletions util/llvm-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

set -euo pipefail

Expand Down
5 changes: 4 additions & 1 deletion util/setup-nvmeof.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#! /usr/bin/env python3
# [AMD INTERNAL ONLY]
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

"""
SystemD approach if wanting to have this execute on startup:

Expand Down
3 changes: 3 additions & 0 deletions util/vfio.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh -e
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: MIT

# Binds devices to the vfio-pci driver. Requires root permissions.
#
Expand Down