Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: basic test for peerpods #990

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DO NOT MERGE: disable other e2es
burgerdev committed Nov 15, 2024
commit 1626cc980f72ee0740e587cc73fd43f8a88673f9
5 changes: 1 addition & 4 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: push cleanup-bare-metal image

on:
pull_request:
paths:
- .github/workflows/cleaup.yml
- packages/**
workflow_dispatch:

env:
container_registry: ghcr.io/edgelesssys
8 changes: 1 addition & 7 deletions .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: e2e test

on:
pull_request:
paths-ignore:
- dev-docs/**
- docs/**
- rfc/**
- tools/asciinema/**
- tools/vale/**
workflow_dispatch:

jobs:
test_matrix:
1 change: 0 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ on:
push:
branches:
- main
pull_request:

jobs:
flake-check: