Skip to content
Open
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 test/ci-validation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CI Workflow Validation

This directory contains intentional failures for testing CI workflows.
Delete this directory and its PR once validation is complete.
3 changes: 3 additions & 0 deletions test/ci-validation/bad-link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CI Validation: Broken Link

This file intentionally contains a [broken link](https://github.com/NVIDIA/accelerated-computing-hub/blob/main/THIS_FILE_DOES_NOT_EXIST_12345.md) to trigger the link checker.
26 changes: 26 additions & 0 deletions test/ci-validation/bad-notebook.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": ["hello\n"]
}
],
"source": ["print('hello')"]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
5 changes: 5 additions & 0 deletions test/ci-validation/bad.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
key: value
bad_indent: this line has wrong indentation
duplicate_key: first
duplicate_key: second
trailing_space: value
Binary file added test/ci-validation/not-lfs-tracked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading