This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #515 from karelhala/enable-subscriptions-dashboard…
…-ui-integration Add subscriptions dashboard UI integration test
- Loading branch information
Showing
3 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...t.com_v1beta2_integrationtestscenario_subscriptions-dashboard-ui-enterprise-contract.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: subscriptions-dashboard-ui-enterprise-contract | ||
namespace: rh-platform-experien-tenant | ||
spec: | ||
application: subscriptions-dashboard-ui | ||
contexts: | ||
- description: Application testing | ||
name: application | ||
params: | ||
- name: POLICY_CONFIGURATION | ||
value: rhtap-releng-tenant/consoledot-frontend-standard | ||
resolverRef: | ||
params: | ||
- name: url | ||
value: https://github.com/konflux-ci/build-definitions | ||
- name: revision | ||
value: main | ||
- name: pathInRepo | ||
value: pipelines/enterprise-contract.yaml | ||
resolver: git |
3 changes: 2 additions & 1 deletion
3
cluster/stone-prd-rh01/tenants/rh-platform-experien-tenant/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
resources: | ||
- api-frontend_integration_test.yaml | ||
- api-frontend_release_plan.yaml | ||
- subscriptions-dashboard-ui_integration_test.yaml | ||
|
||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
kind: Kustomization |
22 changes: 22 additions & 0 deletions
22
...rh01/tenants/rh-platform-experien-tenant/subscriptions-dashboard-ui_integration_test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: subscriptions-dashboard-ui-enterprise-contract | ||
namespace: rh-platform-experien-tenant | ||
spec: | ||
params: | ||
- name: POLICY_CONFIGURATION | ||
value: rhtap-releng-tenant/consoledot-frontend-standard | ||
application: subscriptions-dashboard-ui | ||
contexts: | ||
- description: Application testing | ||
name: application | ||
resolverRef: | ||
params: | ||
- name: url | ||
value: 'https://github.com/konflux-ci/build-definitions' | ||
- name: revision | ||
value: main | ||
- name: pathInRepo | ||
value: pipelines/enterprise-contract.yaml | ||
resolver: git |