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

Commit

Permalink
Update con_test-overview.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr1st1anSears authored and hongweiliu17 committed Jun 20, 2024
1 parent bb0d988 commit 1f1b651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Integration tests ensure that all build components are able to work together at

{ProductName} runs integration tests after it successfully builds the components of an application. As part of the build process, {ProductName} creates an image for each component and stores them in a Quay.io repository. Images of all the components are then compiled into a snapshot of the application. {ProductName} tests the snapshot against user-defined IntegrationTestScenarios, which, again, refer to a GitHub repository.

Integration service provides the users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override`, you can xref:how-to-guides/testing_applications/proc_creating_override_snapshot.adoc[create an override snapshot] and provide a valid container image for component to reset the component's Global Candidate List.
The integration service provides users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override`. You can xref:how-to-guides/testing_applications/proc_creating_override_snapshot.adoc[create an override snapshot] and provide a valid container image for a component to reset the component's Global Candidate List.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Creating an override snapshot

In {ProductName}, integration service provides the users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override` snapshot which can then be a candidate for further promotion (release) if it passes all integration tests subsequently.
In {ProductName}, the integration service provides users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override` snapshot which can then be a candidate for further promotion (release) if it passes all integration tests.

You can xref:how-to-guides/testing_applications/proc_creating_override_snapshot.adoc[create an override snapshot] and provide a valid container image for a component to reset the component's Global Candidate List.

== Prerequisites
- You have CLI access to the specific OpenShift cluster. For information on obtaining CLI access, refer to xref:../../getting-started/getting_started_in_cli.adoc[Getting started in CLI]
Expand All @@ -10,7 +12,7 @@ In {ProductName}, integration service provides the users with the ability to res
== Procedures
To create an `override` snapshot, complete the following steps:

. Identify the application and component that needs to be updated
. Identify the application and component that needs to be updated.
. In your preferred IDE, create an `override` snapshot in a `.yaml` file.
+
Example snapshot.yaml file::
Expand Down Expand Up @@ -61,7 +63,7 @@ type: AddedToGlobalCandidateList

. Browse to the component you are updating and select the **Component details** tab. The updated container image is shown under **Image** column.

. Check component `.Spec.ContainerImage` by the following command:
. Check component's `.Spec.ContainerImage` by the following command:
+
[source,terminal]
----
Expand Down

0 comments on commit 1f1b651

Please sign in to comment.