diff --git a/test/ci-validation/README.md b/test/ci-validation/README.md new file mode 100644 index 00000000..05f408a7 --- /dev/null +++ b/test/ci-validation/README.md @@ -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. diff --git a/test/ci-validation/bad-link.md b/test/ci-validation/bad-link.md new file mode 100644 index 00000000..b33ea0c8 --- /dev/null +++ b/test/ci-validation/bad-link.md @@ -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. diff --git a/test/ci-validation/bad-notebook.ipynb b/test/ci-validation/bad-notebook.ipynb new file mode 100644 index 00000000..0a7122b2 --- /dev/null +++ b/test/ci-validation/bad-notebook.ipynb @@ -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 +} diff --git a/test/ci-validation/bad.yaml b/test/ci-validation/bad.yaml new file mode 100644 index 00000000..60b86c9c --- /dev/null +++ b/test/ci-validation/bad.yaml @@ -0,0 +1,5 @@ +key: value + bad_indent: this line has wrong indentation +duplicate_key: first +duplicate_key: second +trailing_space: value diff --git a/test/ci-validation/not-lfs-tracked.png b/test/ci-validation/not-lfs-tracked.png new file mode 100644 index 00000000..6a68df84 Binary files /dev/null and b/test/ci-validation/not-lfs-tracked.png differ