Skip to content

Commit

Permalink
[chore] Add genotelcontribcol to a few workflows (open-telemetry#35573)
Browse files Browse the repository at this point in the history
**Description:**

Follow up to
open-telemetry#34844.
It looks like a few more workflows need `make genotelcontribcol`.
  • Loading branch information
evan-bradley authored and jriguera committed Oct 4, 2024
1 parent a1afc2c commit a8c25e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ jobs:
- name: Build Docker Image
if: steps.check.outputs.passed == 'true'
run: |
make genotelcontribcol
make docker-otelcontribcol
docker tag otelcontribcol:latest otel/opentelemetry-collector-contrib-dev:$GITHUB_SHA
docker tag otelcontribcol:latest otel/opentelemetry-collector-contrib-dev:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Build Artifact
run: |
make genotelcontribcol
make otelcontribcol
- name: Perform CodeQL Analysis
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Install dependencies
if: steps.go-mod-cache.outputs.cache-hit != 'true'
run: make -j2 gomoddownload
- name: Generate otelcontribcol files
run: make genotelcontribcol
- name: Build Collector
run: make otelcontribcol
- name: Upload Collector Binary
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Install Tools
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- run: make genoteltestbedcol
- run: make oteltestbedcol
- name: Upload Testbed Binaries
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a8c25e4

Please sign in to comment.