Skip to content

Commit e9acb17

Browse files
author
fahdabidiroottenancy/Rahul
committed
bump up for RA
1 parent 3ea8ede commit e9acb17

File tree

4 files changed

+16
-0
lines changed
  • oci-deployment-examples
    • oci-devops-deploy-instances-with-blue-green-model
    • oci-devops-deploy-instances-with-canary
    • oci-devops-deploy-with-blue-green-model
    • oci-devops-deploy-with-canary-model-oke

4 files changed

+16
-0
lines changed

oci-deployment-examples/oci-devops-deploy-instances-with-blue-green-model/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ freeformTags.key = 'environment' && freeformTags.value = 'green'
349349

350350
![](images/oci-build-trigger-deploy-2.png)
351351

352+
Let's Test
353+
-------
354+
352355
- Go back to build pipeline and do click `Start manual run`.
353356

354357
![](images/oci-build-run-1.png)

oci-deployment-examples/oci-devops-deploy-instances-with-canary/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ freeformTags.key = 'environment' && freeformTags.value = 'canary'
363363

364364
![](images/oci-build-trigger-deploy-2.png)
365365

366+
367+
Let's Test
368+
-------
369+
366370
- Go back to build pipeline and do click `Start manual run`.
367371

368372
![](images/oci-build-run-1.png)

oci-deployment-examples/oci-devops-deploy-with-blue-green-model/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ def read_root():
290290
return {"Message": "with Love from OCI Devops ","Version":version,"Namespace":namespace}
291291
```
292292

293+
294+
Let's Test
295+
-------
296+
297+
293298
- Go back to build pipeline and do click `Start manual run`.
294299

295300
![](images/oci-build-run-1.png)

oci-deployment-examples/oci-devops-deploy-with-canary-model-oke/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ kubectl get svc -n ingress-nginx
243243
kubectl create ns nscanaryprd;kubectl create ns nscanarystage;
244244
```
245245

246+
Let's Test
247+
-------
248+
249+
246250
- Go back to build pipeline and do click `Start manual run`.
247251

248252
![](images/oci-build-run-1.png)

0 commit comments

Comments
 (0)