Skip to content

Instantly share code, notes, and snippets.

@dmage
Last active March 1, 2021 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmage/dac412f62c49dd072c6d11ede1705221 to your computer and use it in GitHub Desktop.
Save dmage/dac412f62c49dd072c6d11ede1705221 to your computer and use it in GitHub Desktop.
var groupingGroups = [
{
id: "bz1913069",
issueLink: "https://bugzilla.redhat.com/show_bug.cgi?id=1913069",
m: /spec\.containers\[0\]\.securityContext\.containers\[0\]\.hostPort: Invalid value: 1030[0-9]: Host ports are not allowed to be used/,
},
{
id: "googleapi-403-quota-exceeded",
m: /googleapi: Error 403: Quota exceeded for quota group/,
},
{
id: "docker-rate-limit",
m: /toomanyrequests: You have reached your pull rate limit\. You may increase the limit by authenticating and upgrading: https:\/\/www\.docker\.com\/increase-rate-limit/,
},
{
id: 'transitioned-to-pending',
m: /illegally transitioned to Pending/,
},
{
id: 'scc-errors',
m: /flake: [0-9]+ pods failed before test on SCC errors/,
},
{
id: 'api-get-no-such-host',
m: /Get "https:\/\/api\..*": dial tcp: lookup api\..* on .*:53: no such host/,
},
{
id: 'bzTODO1',
m: /INFO: GET#[0-9]+ "http:\/\/.*" error=Get "http:\/\/.*": dial tcp .*:80: connect: no route to host/,
},
];
var groupingLinks = {
"5161acda41da2d8a9f88": "https://bugzilla.redhat.com/show_bug.cgi?id=1921720",
"de7697f07c156f1a6ec7": "https://bugzilla.redhat.com/show_bug.cgi?id=1929917",
"0244190a154813b4afa8": "https://bugzilla.redhat.com/show_bug.cgi?id=1929685",
"ca060b0070d88272bfb7": "https://bugzilla.redhat.com/show_bug.cgi?id=1929389",
"041f210e191dfb306650": "https://bugzilla.redhat.com/show_bug.cgi?id=1932658",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment