Skip to content

Commit 9d4bfb5

Browse files
ArthurSensroboquat
authored andcommitted
Make platform owners of observability on preview environments
Signed-off-by: ArthurSens <[email protected]>
1 parent 5287b0f commit 9d4bfb5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.werft/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as util from 'util';
1010
import { sleep } from './util/util';
1111
import * as gpctl from './util/gpctl';
1212
import { createHash } from "crypto";
13-
import { InstallMonitoringSatelliteParams, installMonitoringSatellite, observabilityStaticChecks } from './util/observability';
13+
import { InstallMonitoringSatelliteParams, installMonitoringSatellite, observabilityStaticChecks } from './observability/monitoring-satellite';
1414

1515
const readDir = util.promisify(fs.readdir)
1616

.werft/observability/OWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
options:
3+
no_parent_owners: true
4+
5+
approvers:
6+
- platform

.werft/util/observability.ts renamed to .werft/observability/monitoring-satellite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { werft, exec } from './shell';
1+
import { werft, exec } from '../util/shell';
22
import * as shell from 'shelljs';
33
import * as fs from 'fs';
4-
import { validateIPaddress } from './util';
4+
import { validateIPaddress } from '../util/util';
55

66
/**
77
* Monitoring satellite deployment bits

OWNERS_ALIASES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ aliases:
2222
- laushinka
2323
- jldec
2424
- gtsiolis
25+
26+
platform:
27+
- ArthurSens
28+
- meysholdt
29+
- mads-hartmann
30+
- wulfthimm

0 commit comments

Comments
 (0)