Skip to content

Commit 10d8b34

Browse files
Copilotjmsundar
andauthored
chore: remove Coralogix publish-nodejs.yml workflow and related scripts
Agent-Logs-Url: https://github.com/helloextend/opentelemetry-lambda/sessions/e09f4ad7-a2a6-401e-a94d-a08fc1b7f206 Co-authored-by: jmsundar <29724673+jmsundar@users.noreply.github.com>
1 parent 79fa7e7 commit 10d8b34

File tree

7 files changed

+3
-164
lines changed

7 files changed

+3
-164
lines changed

.github/workflows/publish-nodejs.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The collector extension (in `collector/`) is language-agnostic and powers both N
2121
| `nodejs/` | Node.js wrapper + cx-wrapper package |
2222
| `python/` | Python wrapper |
2323
| `scripts/` | Build & dev scripts (`build_nodejs_layer.sh`, `publish-sandbox.sh`, `check_size.sh`, `build-nodejs.sh`, `deploy-nodejs.sh`) |
24-
| `.github/workflows/publish-extend-otel-layer.yml` | Publish pipeline (Node.js layer today) |
24+
| `.github/workflows/publish-extend-otel-layer.yml` | Extend publish pipeline (Node.js + collector layer) |
2525
| `UPSTREAM.md` | Fork point + upstream sync status |
2626

2727
## Publishing

extend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Required env vars:
4343

4444
## Build (pending workflow setup)
4545

46-
Follows upstream: `./scripts/build_nodejs_layer.sh` — requires a sibling checkout of `coralogix/opentelemetry-js-contrib` (branch `coralogix-autoinstrumentation`) set via `OPENTELEMETRY_JS_CONTRIB_PATH`. See `.github/workflows/publish-nodejs.yml` for the published flow.
46+
Follows upstream: `./scripts/build_nodejs_layer.sh` — requires a sibling checkout of `coralogix/opentelemetry-js-contrib` (branch `coralogix-autoinstrumentation`) set via `OPENTELEMETRY_JS_CONTRIB_PATH`. See `.github/workflows/publish-extend-otel-layer.yml` for the published flow.
4747

4848
**Extend-specific follow-ups** (tracked in DEVOPS-2394):
4949
- [ ] Add GitHub Actions workflow to publish to Extend AWS accounts

extend/plan-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ package-extend: build
8686

8787
### 4. Node.js wrapper build — reuse upstream script
8888

89-
`scripts/build_nodejs_layer.sh` already builds `nodejs/packages/layer/build/layer.zip`. Needs sibling checkouts + env vars (see `publish-nodejs.yml:17-43`):
89+
`scripts/build_nodejs_layer.sh` already builds `nodejs/packages/layer/build/layer.zip`. Needs sibling checkouts + env vars (see `publish-extend-otel-layer.yml` `build-nodejs` job):
9090

9191
- `OPENTELEMETRY_JS_CONTRIB_PATH` → `coralogix/opentelemetry-js-contrib@coralogix-autoinstrumentation`
9292
- `OPENTELEMETRY_JS_PATH` → `coralogix/opentelemetry-js@coralogix-autoinstrumentation`

scripts/publish_layer.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

scripts/publish_production.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

scripts/publish_test.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)