Skip to content

Commit 4c81706

Browse files
committed
Update netobserv repository names
- network-observability-operator → netobserv-operator - network-observability-console-plugin → netobserv-web-console - network-observability-cli → netobserv-cli This updates all CI configurations to match the renamed upstream GitHub repositories at https://github.com/netobserv/ The ok-to-test command and other Prow plugins will now work correctly with the new repository names.
1 parent 1dccfde commit 4c81706

30 files changed

Lines changed: 111 additions & 111 deletions

File tree

ci-operator/config/netobserv/network-observability-cli/OWNERS renamed to ci-operator/config/netobserv/netobserv-cli/OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2-
# Fetched from https://github.com/netobserv/network-observability-cli root OWNERS
2+
# Fetched from https://github.com/netobserv/netobserv-cli root OWNERS
33
# If the repo had OWNERS_ALIASES then the aliases were expanded
44
# Logins who are not members of 'openshift' organization were filtered out
55
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

ci-operator/config/netobserv/network-observability-cli/netobserv-network-observability-cli-main.yaml renamed to ci-operator/config/netobserv/netobserv-cli/netobserv-netobserv-cli-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ tests:
4848
zz_generated_metadata:
4949
branch: main
5050
org: netobserv
51-
repo: network-observability-cli
51+
repo: netobserv-cli

ci-operator/jobs/netobserv/network-observability-operator/OWNERS renamed to ci-operator/config/netobserv/netobserv-operator/OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2-
# Fetched from https://github.com/netobserv/network-observability-operator root OWNERS
2+
# Fetched from https://github.com/netobserv/netobserv-operator root OWNERS
33
# If the repo had OWNERS_ALIASES then the aliases were expanded
44
# Logins who are not members of 'openshift' organization were filtered out
55
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

ci-operator/config/netobserv/network-observability-operator/netobserv-network-observability-operator-main.yaml renamed to ci-operator/config/netobserv/netobserv-operator/netobserv-netobserv-operator-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ tests:
162162
zz_generated_metadata:
163163
branch: main
164164
org: netobserv
165-
repo: network-observability-operator
165+
repo: netobserv-operator

ci-operator/config/netobserv/network-observability-console-plugin/OWNERS renamed to ci-operator/config/netobserv/netobserv-web-console/OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2-
# Fetched from https://github.com/netobserv/network-observability-console-plugin root OWNERS
2+
# Fetched from https://github.com/netobserv/netobserv-web-console root OWNERS
33
# If the repo had OWNERS_ALIASES then the aliases were expanded
44
# Logins who are not members of 'openshift' organization were filtered out
55
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

ci-operator/config/netobserv/network-observability-console-plugin/netobserv-network-observability-console-plugin-main.yaml renamed to ci-operator/config/netobserv/netobserv-web-console/netobserv-netobserv-web-console-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ tests:
8787
zz_generated_metadata:
8888
branch: main
8989
org: netobserv
90-
repo: network-observability-console-plugin
90+
repo: netobserv-web-console

core-services/prow/02_config/netobserv/network-observability-cli/OWNERS renamed to ci-operator/jobs/netobserv/netobserv-cli/OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2-
# Fetched from https://github.com/netobserv/network-observability-cli root OWNERS
2+
# Fetched from https://github.com/netobserv/netobserv-cli root OWNERS
33
# If the repo had OWNERS_ALIASES then the aliases were expanded
44
# Logins who are not members of 'openshift' organization were filtered out
55
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

ci-operator/jobs/netobserv/network-observability-cli/netobserv-network-observability-cli-main-postsubmits.yaml renamed to ci-operator/jobs/netobserv/netobserv-cli/netobserv-netobserv-cli-main-postsubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
postsubmits:
2-
netobserv/network-observability-cli:
2+
netobserv/netobserv-cli:
33
- agent: kubernetes
44
always_run: true
55
branches:
@@ -11,7 +11,7 @@ postsubmits:
1111
ci.openshift.io/generator: prowgen
1212
job-release: "4.21"
1313
max_concurrency: 1
14-
name: branch-ci-netobserv-network-observability-cli-main-images
14+
name: branch-ci-netobserv-netobserv-cli-main-images
1515
spec:
1616
containers:
1717
- args:

ci-operator/jobs/netobserv/network-observability-cli/netobserv-network-observability-cli-main-presubmits.yaml renamed to ci-operator/jobs/netobserv/netobserv-cli/netobserv-netobserv-cli-main-presubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
presubmits:
2-
netobserv/network-observability-cli:
2+
netobserv/netobserv-cli:
33
- agent: kubernetes
44
always_run: true
55
branches:
@@ -12,7 +12,7 @@ presubmits:
1212
ci.openshift.io/generator: prowgen
1313
job-release: "4.21"
1414
pj-rehearse.openshift.io/can-be-rehearsed: "true"
15-
name: pull-ci-netobserv-network-observability-cli-main-images
15+
name: pull-ci-netobserv-netobserv-cli-main-images
1616
rerun_command: /test images
1717
spec:
1818
containers:
@@ -68,7 +68,7 @@ presubmits:
6868
ci.openshift.io/generator: prowgen
6969
job-release: "4.21"
7070
pj-rehearse.openshift.io/can-be-rehearsed: "true"
71-
name: pull-ci-netobserv-network-observability-cli-main-integration-tests
71+
name: pull-ci-netobserv-netobserv-cli-main-integration-tests
7272
rerun_command: /test integration-tests
7373
spec:
7474
containers:

ci-operator/config/netobserv/network-observability-operator/OWNERS renamed to ci-operator/jobs/netobserv/netobserv-operator/OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2-
# Fetched from https://github.com/netobserv/network-observability-operator root OWNERS
2+
# Fetched from https://github.com/netobserv/netobserv-operator root OWNERS
33
# If the repo had OWNERS_ALIASES then the aliases were expanded
44
# Logins who are not members of 'openshift' organization were filtered out
55
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

0 commit comments

Comments
 (0)