feat: [DEVOPS-2394] auto-clone cx-contrib fork + SHA pin#5
Merged
jmsundar merged 1 commit intofeat/DEVOPS-2394-extend-otel-lambdafrom Apr 18, 2026
Merged
Conversation
- publish-sandbox.sh: auto-clone coralogix/opentelemetry-js-contrib to .build-cache/ on first run; checkout pinned SHA. Removes the manual sibling-clone setup step. OPENTELEMETRY_JS_CONTRIB_PATH override still honored for local dev against a different checkout. - Pin cx-contrib in the publish workflow to the same SHA for reproducibility. - .gitignore: .build-cache/, build-sandbox/ Verified: fresh clone + unset OPENTELEMETRY_JS_CONTRIB_PATH → script clones, builds, publishes sandbox-arm64 v2 successfully.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
e157c98
into
feat/DEVOPS-2394-extend-otel-lambda
3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes manual sibling-clone prereq. Auto-clones cx-contrib to .build-cache/ + checks out pinned SHA. Publish workflow pins same SHA.
Test
Fresh run: rm -rf .build-cache build-sandbox, unset OPENTELEMETRY_JS_CONTRIB_PATH, ./ci-scripts/publish-sandbox.sh arm64 → arn:aws:lambda:us-east-1:619986948913:layer:extend-nodejs-wrapper-and-exporter-sandbox-arm64:2
SHA
3a9691a699ddd06c3644eec70bf4b50cc4217ba3 (current coralogix-autoinstrumentation HEAD). Bump both files together when upgrading.