Skip to content

Commit

Permalink
github-actions: remove snapshoty (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 4, 2024
1 parent 5542b34 commit de2ff72
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 108 deletions.
53 changes: 0 additions & 53 deletions .ci/snapshoty.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ There are 4 main stages that run on GitHub actions:
* Test
* Release

There are some other stages that run for every push on the main branches:

* [Snapshoty](./snapshoty.yml)

### Scenarios

* Tests should be triggered on branch, tag and PR basis.
Expand Down Expand Up @@ -39,7 +35,7 @@ The tag release follows the naming convention: `v.<major>.<minor>.<patch>`, wher

### OpenTelemetry

There is a GitHub workflow in charge to populate what the workflow run in terms of jobs and steps. Those details can be seen in [here](https://ela.st/oblt-ci-cd-stats) (**NOTE**: only available for Elasticians).
Every workflow and its logs are exported to OpenTelemetry traces/logs/metrics. Those details can be seen [here](https://ela.st/oblt-ci-cd-stats) (**NOTE**: only available for Elasticians).

## Bump automation

Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/snapshoty.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:

- name: Package
run: ./build.sh pack

- uses: actions/upload-artifact@v4
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')
with:
name: snapshoty-linux
path: build/output/*
retention-days: 1

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de2ff72

Please sign in to comment.