Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ oc new-app -f dist/openshift/cincinnati.yaml \
-p GB_PLUGIN_SETTINGS='
[[plugin_settings]]
name = "release-scrape-dockerv2"
repository = "redhat/openshift-cincinnati-test-public-manual"
repository = "openshift-release-dev/ocp-release"
fetch_concurrency = 128

[[plugin_settings]]
name = "quay-metadata"
repository = "redhat/openshift-cincinnati-test-public-manual"
repository = "openshift-release-dev/ocp-release"

[[plugin_settings]]
name = "node-remove"
Expand Down
6 changes: 3 additions & 3 deletions hack/vegeta.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# valid request
GET GRAPH_URL?channel=a&arch=amd64
GET GRAPH_URL?stable-4.3=a&arch=amd64
Accept: application/json

GET GRAPH_URL?channel=b&arch=amd64
GET GRAPH_URL?stable-4.3=b&arch=amd64
Accept: application/json

GET GRAPH_URL?channel=test&arch=amd64
GET GRAPH_URL?stable-4.3=test&arch=amd64
Accept: application/json