Skip to content

Instantly share code, notes, and snippets.

View arichardson's full-sized avatar

Alexander Richardson arichardson

  • Mountain View, CA
View GitHub Profile
@MaskRay
MaskRay / differentials-not-closed.tsv
Last active January 17, 2024 01:14
reviews.llvm.org differentials that are not "Closed"
We can't make this file beautiful and searchable because it's too large.
https://reviews.llvm.org/D1 Abandoned Test klimek
https://reviews.llvm.org/D6 Abandoned Update all diagnostic messages in DiagnosticSemaKinds.td to use the new diffing format for types. rtrieu
https://reviews.llvm.org/D7 Abandoned test dblaikie
https://reviews.llvm.org/D9 Abandoned Test for playing around with emails klimek
https://reviews.llvm.org/D10 Abandoned A new test revision for funz klimek
https://reviews.llvm.org/D11 Abandoned Let's try again klimek
https://reviews.llvm.org/D12 Abandoned And yet another test klimek
https://reviews.llvm.org/D13 Abandoned test klimek
https://reviews.llvm.org/D14 Abandoned Test test klimek
https://reviews.llvm.org/D16 Abandoned Big test klimek
@jonico
jonico / Jenkinsfile
Last active January 31, 2024 09:43
Example for a full blown Jenkins pipeline script with CodeQL analysis steps, multiple stages, Kubernetes templates, shared volumes, input steps, injected credentials, heroku deploy, sonarqube and artifactory integration, Docker containers, multiple Git commit statuses, PR merge vs branch build detection, REST API calls to GitHub deployment API, …
#!groovy
import groovy.json.JsonOutput
import groovy.json.JsonSlurper
def label = "mypod-${UUID.randomUUID().toString()}"
podTemplate(label: label, yaml: """
spec:
containers:
- name: mvn
image: maven:3.3.9-jdk-8