Skip to content

Commit fb522b3

Browse files
authored
update references to forum-testplatform to forum-ocp-testplatform (openshift#41483)
* update references to forum-testplatform to forum-ocp-testplatform * update references to coreos.slack.com to redhat-internal.slack.com --------- Co-authored-by: smg247 <[email protected]>
1 parent 27d29a2 commit fb522b3

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

ci-operator/SECRETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ they should be deployed to the cluster.
66
There are currently two ways to manager secrets:
77

88
* DPTP-managed Secrets: We store secrets in a private secret storage system: [Bitwarden](https://bitwarden.com/).
9-
To add new secrets to this storage please reach out to `#forum-testplatform` on Slack
9+
To add new secrets to this storage please reach out to `#forum-ocp-testplatform` on Slack
1010
and be prepared to encrypt your data with our GPG keys. DPTP uses [ci-secret-bootstrap](../core-services/ci-secret-bootstrap)
1111
to populate secrets from Bitwarden to the clusters in CI-infrastructure.
1212

clusters/app.ci/openshift-user-workload-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ The metrics and the alerts defined here are for the TP team. CI users has [a mor
2020

2121
## Dashboards
2222

23-
Currently there is [no dashboard support in UWM](https://coreos.slack.com/archives/C0VMT03S5/p1670228152637209?thread_ts=1670008515.321099&cid=C0VMT03S5).
23+
Currently there is [no dashboard support in UWM](https://redhat-internal.slack.com/archives/C0VMT03S5/p1670228152637209?thread_ts=1670008515.321099&cid=C0VMT03S5).
2424
Dashboards for ci-monitoring based on those metrics are deployed in [ci-grafana](../ci-grafana).

clusters/build-clusters/01_cluster/assets/admin_default_clusterautoscaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://docs.openshift.com/container-platform/4.2/machine_management/applying-autoscaling.html
2-
#https://coreos.slack.com/archives/CBZHF4DHC/p1578326297014800
2+
#https://redhat-internal.slack.com/archives/CBZHF4DHC/p1578326297014800
33
#oc --kubeconfig ./.kube/build01.config get machine -n openshift-machine-api
44
#NAME STATE TYPE REGION ZONE AGE
55
#build01-88trw-master-0 running m5.2xlarge us-east-1 us-east-1a 81d

clusters/build-clusters/02_cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The default one would be `default-route-openshift-image-registry.apps.build02.gc
8989

9090
[Steps](https://docs.openshift.com/container-platform/4.4/registry/securing-exposing-registry.html):
9191

92-
* [dns set up](https://cloud.ibm.com/docs/openshift?topic=openshift-openshift_routes): [No official doc yet](https://coreos.slack.com/archives/CCH60A77E/p1588774688400500).
92+
* [dns set up](https://cloud.ibm.com/docs/openshift?topic=openshift-openshift_routes): [No official doc yet](https://redhat-internal.slack.com/archives/CCH60A77E/p1588774688400500).
9393

9494
```
9595
oc --context build02 get svc -n openshift-ingress router-default

clusters/build-clusters/02_cluster/openshift-machine-api/admin_default_clusterautoscaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://docs.openshift.com/container-platform/4.2/machine_management/applying-autoscaling.html
2-
#https://coreos.slack.com/archives/CBZHF4DHC/p1578326297014800
2+
#https://redhat-internal.slack.com/archives/CBZHF4DHC/p1578326297014800
33
#oc --context build02 get machine -n openshift-machine-api
44
#NAME PHASE TYPE REGION ZONE AGE
55
#build0-gstfj-m-0 Running n1-standard-8 us-east1 us-east1-b 3d22h

clusters/build-clusters/arm01/assets/admin_default_clusterautoscaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://docs.openshift.com/container-platform/4.11/machine_management/applying-autoscaling.html
2-
#https://coreos.slack.com/archives/CBZHF4DHC/p1578326297014800
2+
#https://redhat-internal.slack.com/archives/CBZHF4DHC/p1578326297014800
33
#oc --kubeconfig ./.kube/arm01.config get machine -n openshift-machine-api
44
#NAME PHASE TYPE REGION ZONE AGE
55
#arm-build01-dh7m2-master-3 Running m6gd.2xlarge us-east-1 us-east-1c 38d

docs/dptp-triage-sop/infrastructure-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The repo is in a bad state where someone has pushed directly to the future relea
208208
#### Resolution
209209
210210
1. Identify the owner(s) of the repo
211-
2. Reach out and tag them in `#forum-testplatform` asking them to clean up the affected branch.
211+
2. Reach out and tag them in `#forum-ocp-testplatform` asking them to clean up the affected branch.
212212
3. This job runs hourly, so silencing the alert until they can clean it up is a good idea.
213213
214214

projects/azure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you don't find a match, you should open a new issue to track the new failure
117117
Otherwise, link the existing issue in your PR. Then, you can `/retest` your PR.
118118

119119
For any infrastructure-related issues, make sure to contact the Developer Productivity
120-
team who is responsible for managing the OpenShift CI Infrastructure at [#forum-testplatform](https://coreos.slack.com/).
120+
team who is responsible for managing the OpenShift CI Infrastructure at [#forum-ocp-testplatform](https://redhat-internal.slack.com/).
121121

122122
Optionally, you can request specific long-running tests to run that are not
123123
running in PRs by default.
@@ -282,7 +282,7 @@ ask an existing member of the `azure-team` group to apply the changes on the clu
282282
oc apply -f cluster-wide.yaml
283283
``
284284

285-
In general, all changes in `projects/azure/` are not automatically applied in the CI cluster. CI admins can be contacted at [#forum-testplatform](https://coreos.slack.com/). After your
285+
In general, all changes in `projects/azure/` are not automatically applied in the CI cluster. CI admins can be contacted at [#forum-ocp-testplatform](https://redhat-internal.slack.com/). After your
286286
pull request is merged, apart from updating the group, you should be able to `oc apply` all other changes
287287
in the `azure` namespace.
288288

0 commit comments

Comments
 (0)