Pipelines
Pipelines for debugging use.
These pipelines should work under "local" or "local.exclusive" profile. Please file a bug report if any of these don't work in the aforementioned environments.
Functions
An pipeline which should fail the pipeline construction sanity tests, by having a in/out argument type mismatch.
A basic C pipeline.
A Pipeline that runs CopyHostToVolume stage and checks that the copy operation was successful on the volume
A Pipeline that runs CopyVolumeMux stage and checks that the copy operation was successful on the volume
A basic C++ pipeline.
A C++ pipeline which results in a linker error.
A C++ pipeline which compiles into a program. The program outputs a line, then spinlocks.
A C++ pipeline which compiles into a program. The program outputs a line, then segfaults.
A C++ pipeline which compiles into a program. The program outputs a line, then spinlocks.
A C++ pipeline which compiles into a program. The program outputs a line, then segfaults.
A C++ pipeline which compiles, renames symbols in an object file, and links into an executable.
A C++ pipeline which can accept arguments to differentiate different runners.
A Diff With Skeleton pipeline which ignores one file.
A File Structure Validation pipeline which ignores one file.
A File Structure Validation pipeline which ignores one folder.
A File Structure Validation pipeline used to test ignoring OS files.
A C++ pipeline which retrieves its source file from a Git repository.
A C++ pipeline which utilizes GNU Make for compilation.
A C++ pipeline which utilizes GNU Make, but lasts for 10 seconds.
A pipeline which executes vulkaninfo
.
A Java pipeline which utilizes Gradle for compilation and testing.
A Java pipeline which utilizes Gradle for compilation and testing.
A C++ pipeline which uses Google Test for testing.
A pipeline which uses Google Test for testing C sources.
A C++ pipeline which uses Google Test for testing.
A pipeline which prints "Hello World!" using the built-in shell.
A basic Java pipeline.
A basic Java pipeline, compiling all files within a specific directory.
An Java pipeline which uses JUnit 5 for testing.
A pipeline which installs user-defined package(s).
A pipeline which pings a website.
A Python pipeline which runs and uses StdioTest to compare output. Uses Pip to install NumPy.
A pipeline which runs Tensorflow via CUDA.
A Python pipeline which uses PyTest for testing.
A basic Python pipeline.
The most basic Qt5 pipeline that compiles and run the program
A pipeline which prints a message, sleeps, and prints another message across multiple stages.
A pipeline which prints a message, sleeps, and prints another message within a single stage.
An pipeline which gets stuck in an infinite loop.
A pipeline which runs Valgrind on an executable.
A pipeline which runs Valgrind on a leaking executable by directly feeding the valgrind
command.
A pipeline which runs Valgrind on an executable.
A pipeline which runs Valgrind on a non-leaking executable by directly feeding the valgrind
command.
A pipeline which runs Valgrind on an executable, keeping on "Leak_*" family of checks.
A pipeline which runs Valgrind on an executable.