ci: rename workflows
This commit is contained in:
parent
3de5f5e12d
commit
e95e8d299f
6
.github/workflows/debian-cache.yml
vendored
6
.github/workflows/debian-cache.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Debian
|
||||
name: Debian Cache
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -13,7 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
debian-kernel-metadata-cache:
|
||||
name: Cache metadata
|
||||
name: Metadata
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
run: s3cmd put --acl-public ~/.out-of-tree/debian.cache s3://out-of-tree/1.0.0/ --host=fra1.digitaloceanspaces.com --host-bucket='%(bucket)s.fra1.digitaloceanspaces.com' --access_key=${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }} --secret_key=${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }}
|
||||
|
||||
debian-kernel-packages-mirror:
|
||||
name: Mirror packages
|
||||
name: Packages
|
||||
needs: debian-kernel-metadata-cache
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
go test -parallel 1 -v ./...
|
||||
|
||||
test-end-to-end-examples:
|
||||
name: E2E T. Examples
|
||||
name: Examples
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
path: /home/runner/.out-of-tree/logs
|
||||
|
||||
test-end-to-end:
|
||||
name: E2E T.
|
||||
name: E2E
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user