Skip to content

fix: revert workflow image tags to osl_1_37 (images never pushed)#791

Open
hardengl wants to merge 1 commit into
rhdhorchestrator:mainfrom
hardengl:fix/revert-osl-1-38-image-tags
Open

fix: revert workflow image tags to osl_1_37 (images never pushed)#791
hardengl wants to merge 1 commit into
rhdhorchestrator:mainfrom
hardengl:fix/revert-osl-1-38-image-tags

Conversation

@hardengl

Copy link
Copy Markdown
Contributor

Summary

  • Reverts manifest-only image tag changes from 2c8de41 (osl_1_37 → osl_1_38)
  • The osl_1_38 images were never built and pushed to quay.io/orchestrator/
  • This has broken every ROS nightly CI job since June 19 (~30+ consecutive failures)

Root Cause

Commit 2c8de41 correctly updated build.sh to use the OSL 1.38.0 builder, but also updated manifest image tags to reference :osl_1_38 — images that don't exist on Quay.io. This causes ImagePullBackOff on failswitch pods, which fails the deploy-test-workflows.sh step.

Missing images

  • quay.io/orchestrator/fail-switch:osl_1_38
  • quay.io/orchestrator/serverless-workflow-greeting:osl_1_38
  • quay.io/orchestrator/serverless-workflow-sample-retry-test:osl_1_38
  • quay.io/orchestrator/serverless-workflow-test-object-type-uiprops:osl_1_38

What this PR does

Reverts the 4 manifest files back to :osl_1_37 which exists and works. The build.sh changes are kept — once images are built with the new builder and pushed, manifests can be updated.

Test plan

  • Verify osl_1_37 tags exist on Quay.io
  • ROS nightly CI jobs pass after merge

🤖 Generated with Claude Code

The osl_1_38 images were never built and pushed to quay.io/orchestrator/,
causing ImagePullBackOff on all workflow pods. This has broken every ROS
nightly CI job since June 19.

Missing images:
- quay.io/orchestrator/fail-switch:osl_1_38
- quay.io/orchestrator/serverless-workflow-greeting:osl_1_38
- quay.io/orchestrator/serverless-workflow-sample-retry-test:osl_1_38
- quay.io/orchestrator/serverless-workflow-test-object-type-uiprops:osl_1_38

The build.sh script was correctly updated to use the 1.38.0 builder,
but the resulting images need to be built and pushed before manifests
can reference them.

Reverts manifest-only changes from 2c8de41.

Requested-By: <@UTKKVT884> (gharden)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant