Skip to content

Commit

Permalink
Add CI workflow for nightly docker network tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Jan 16, 2024
1 parent 4214eba commit b37557f
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 427 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build_docker.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/build_tools.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/codeql_analysis.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/docker-network-health.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/docker-network-tests-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Docker Network Tests

on:
push:
# schedule:
# - cron: '0 1 * * *' # Runs every day at 1 AM

jobs:
test:
runs-on: self-hosted

steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Docker
uses: docker/setup-buildx-action@v3

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false

- name: Run all tests
run: |
cd tools/docker-network/tests &&
./run_tests.sh
100 changes: 0 additions & 100 deletions .github/workflows/feature-network-deploy.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/gendoc.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/golangci-lint.yml

This file was deleted.

Loading

0 comments on commit b37557f

Please sign in to comment.