You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Ensure that all variables are set correctly in `tf/terraform.tfvars`. It is likely that the GCP project will need to be updated.
26
+
4. Ensure that all variables are set correctly in `infrastructure/terraform.tfvars`. It is likely that the GCP project will need to be updated.
27
27
28
28
5. Create the primary Kubernetes cluster which will host Prow and Argo
29
29
@@ -51,7 +51,11 @@ To update Prow jobs, plugins, or the Docker image used for testing, modify one o
51
51
52
52
-`prow/config.yaml`
53
53
-`prow/plugins.yaml`
54
-
-`test-image/Dockerfile`
55
-
-`test-image/run.sh`
54
+
-`docker-images/test-image/Dockerfile`
55
+
-`docker-images/test-image/run.sh`
56
56
57
-
After making modifications, run `make`. This will update the Prow configuration, build a new test image, and push it to the container registry.
57
+
After making modifications, run `make`. This will update the Prow configuration, build a new test image, and push it to the container registry.
58
+
59
+
## Installing Argo
60
+
61
+
Argo is used to run integration tests. It follows the [standard installation process described in the argo quickstart](https://github.com/argoproj/argo/blob/master/demo.md), with the artifact repository [configured to use gcs](https://github.com/argoproj/argo/blob/master/ARTIFACT_REPO.md).
0 commit comments