Skip to content

test: e2e push green #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2bb9c0e
Update ci.yml
testcodefresh Jun 4, 2024
4053179
Delete canary-rollout-ingress/canary-ingress.yaml
testcodefresh Jun 4, 2024
bb89e19
Delete canary-rollout-ingress/canary-preview-ingress.yaml
testcodefresh Jun 4, 2024
950e8f4
Update kustomization.yaml
testcodefresh Jun 4, 2024
a3d4961
green app
alina-codefresh Jun 4, 2024
d4f2a39
blue app
alina-codefresh Jun 4, 2024
e2cd6a8
green app
alina-codefresh Jun 4, 2024
2c86c9f
Update ci.yml
testcodefresh Jun 5, 2024
8039dc7
Create canary-ingress.yaml
testcodefresh Jun 5, 2024
6db6325
Create canary-preview-ingress.yaml
testcodefresh Jun 5, 2024
3973f5c
Update kustomization.yaml
testcodefresh Jun 5, 2024
6493eed
Update canary-rollout.yaml
testcodefresh Jun 5, 2024
2b5c974
green
alina-codefresh Jun 5, 2024
fbb7a33
green
alina-codefresh Jun 5, 2024
d3101c7
Delete canary-rollout-ingress/canary-ingress.yaml
testcodefresh Jun 6, 2024
e7c6b0d
Delete canary-rollout-ingress/canary-preview-ingress.yaml
testcodefresh Jun 6, 2024
8d64c5f
Update canary-rollout.yaml
testcodefresh Jun 6, 2024
a593229
Update kustomization.yaml
testcodefresh Jun 6, 2024
4e6e8f2
Update canary-rollout.yaml
testcodefresh Jun 6, 2024
37b560a
Update service.yaml
testcodefresh Jun 6, 2024
fe17a39
green
alina-codefresh Jun 6, 2024
4a59ce8
blue
alina-codefresh Jun 6, 2024
8b70745
green
alina-codefresh Jun 6, 2024
dc36e70
change image name
alina-codefresh Jun 11, 2024
5f61c58
blue
alina-codefresh Jun 11, 2024
c4ebcfd
green
alina-codefresh Jun 11, 2024
d6259ff
purple
alina-codefresh Jun 13, 2024
242118e
green
alina-codefresh Jun 13, 2024
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
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
pull_request:
branches:
- master
- e2e-release-flow
types:
- closed
push:
branches:
- master
- e2e-release-flow
jobs:
build:
environment:
Expand All @@ -32,6 +37,8 @@ jobs:

- name: report image
with:
CF_VERBOSE: true

# Runtime to use for the enrichment.
CF_RUNTIME_NAME: 'test-date'
CF_PLATFORM_URL: 'https://pre-prod.codefresh.io'
Expand Down
20 changes: 0 additions & 20 deletions canary-rollout-ingress/canary-ingress.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions canary-rollout-ingress/canary-preview-ingress.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions canary-rollout-ingress/canary-rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ spec:
spec:
containers:
- name: canary-demo
#image: boblinger/rollouts-demo:purple
image: boblinger/rollouts-demo:blue
# image: boblinger/rollouts-demo:green
image: testcodefresh/rollouts-demo:green
imagePullPolicy: Always
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions canary-rollout-ingress/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kind: Kustomization
resources:
- canary-rollout.yaml
- canary-service.yaml
- canary-ingress.yaml
- canary-preview-service.yaml
- canary-preview-ingress.yaml
# - canary-preview-ingress.yaml
# - canary-ingress.yaml
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blue
green
Loading