Skip to content

Commit

Permalink
chore: remove install scripts
Browse files Browse the repository at this point in the history
The scripts have been moved to the packaging repository. We still attach
them to releases, but we use the version stored in that repository.
There is no reason to keep them here anymore.

(cherry picked from commit 8397091)
  • Loading branch information
swiatekm committed Apr 30, 2024
1 parent c898c47 commit dd29f3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,696 deletions.
5 changes: 5 additions & 0 deletions .changelog/1553.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
chore: remove install scripts

The install scripts were moved to the [packaging repository](https://github.com/SumoLogic/sumologic-otel-collector-packaging).
They will continue to be shipped as artifacts for collector releases for the foreseeable future, but it is strongly
suggested to switch any urls to the new location.
34 changes: 0 additions & 34 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,40 +156,6 @@ jobs:
runs-on: ${{ matrix.runs-on }}
boringcrypto: ${{ matrix.boringcrypto == true }}

test-install-script:
name: Test Install Script
runs-on: ${{ matrix.runs_on }}
strategy:
matrix:
include:
- arch_os: linux_amd64
runs_on: ubuntu-20.04
- arch_os: darwin_amd64
runs_on: macos-latest
- arch_os: windows_amd64
runs_on: windows-2022
steps:
- uses: actions/checkout@v4

- name: Check if test related files changed
id: changed-files
uses: tj-actions/changed-files@v41
with:
files: |
pkg/scripts_test/*
scripts/install.sh
- name: Setup go
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache-dependency-path: 'pkg/scripts_test/go.sum'

- name: Run install script tests
if: steps.changed-files.outputs.any_changed == 'true'
run: make test-install-script

test-wixext:
name: Test (SumoLogic.wixext)
runs-on: windows-2019
Expand Down
Loading

0 comments on commit dd29f3a

Please sign in to comment.