Skip to content

Commit de2ff72

Browse files
authored
github-actions: remove snapshoty (#2372)
1 parent 5542b34 commit de2ff72

File tree

4 files changed

+1
-108
lines changed

4 files changed

+1
-108
lines changed

.ci/snapshoty.yml

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

.github/workflows/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ There are 4 main stages that run on GitHub actions:
77
* Test
88
* Release
99

10-
There are some other stages that run for every push on the main branches:
11-
12-
* [Snapshoty](./snapshoty.yml)
13-
1410
### Scenarios
1511

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

4036
### OpenTelemetry
4137

42-
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).
38+
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).
4339

4440
## Bump automation
4541

.github/workflows/snapshoty.yml

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

.github/workflows/test-linux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040

4141
- name: Package
4242
run: ./build.sh pack
43-
44-
- uses: actions/upload-artifact@v4
45-
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')
46-
with:
47-
name: snapshoty-linux
48-
path: build/output/*
49-
retention-days: 1
5043

5144
tests:
5245
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)