Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

add user-preferences #518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resources:
- user-preferences-frontend_integration_test.yaml # has to match the name of the file created in the next step

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Comment on lines +4 to +5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two lines are badly indented. They need to be at the same level of resources

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the entire file indented? Please remove the first spaces in every line

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: appstudio.redhat.com/v1beta1
kind: IntegrationTestScenario
metadata:
name: user-preferences-frontend-enterprise-contract
namespace: rh-platform-experience-tenant # or your custom tenant
spec:
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/consoledot-frontend-standard
application: user-preferences-frontend
contexts:
- description: Application testing
name: application
resolverRef:
params:
- name: url
value: 'https://github.com/redhat-appstudio/build-definitions'
- name: revision
value: main
- name: pathInRepo
value: pipelines/enterprise-contract.yaml
resolver: git
Binary file added kustomize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have added the kustomize binary, please remove it

Binary file not shown.