openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

PLNSRVCE-1526: expose in tektonconfig all relevant tekton deployments replicas count in openshift-pipelines #938

Closed gabemontero closed 6 months ago

gabemontero commented 6 months ago

This will include:

Validated with 2 replicas with local testing before setting back to 1

@openshift-pipelines/pipelines-service FYI / PTAL

rh-pre-commit.version: 2.1.0 rh-pre-commit.check-secrets: ENABLED

gabemontero commented 6 months ago

Hmm ... in the upgrade test, the chains pipelinerun failed:

[chains]
  - Signing secret: OK
  - Run pipeline: command terminated with exit code 141
+ exit 1

we are only running with 1 replica

Also, I see in @Roming22 PR https://github.com/openshift-pipelines/pipeline-service/pull/936 that changed the chain jobs setting that the test also failed somewhat similarly over at https://github.com/openshift-pipelines/pipeline-service/runs/21407795610

Keeping an eye on it

the same test passed in the main test-pipeline-service-deployment-ocp-414 e2e job

gabemontero commented 6 months ago

all other tests passed

will retest one more to see what happens with upgrade test

/retest

gabemontero commented 6 months ago

yeah same chains error in the upgrade test

will create a dummy test PR to confirm it is not this PR and then merge

gabemontero commented 6 months ago

yeah same chains error in the upgrade test

will create a dummy test PR to confirm it is not this PR and then merge

test PR https://github.com/openshift-pipelines/pipeline-service/pull/939

gabemontero commented 6 months ago

hmmm .... test PR is green ... maybe there is some timing issue with the chain replicas ... I'll revert that bit and see

gabemontero commented 6 months ago

passed .... will rebase, add back, see

gabemontero commented 6 months ago

ok test-baseline passed this time ... just flaky ...also perhaps the rebase helped, picking up the recent tweaks to the test scripts

gabemontero commented 6 months ago

OK all green