1
0
Fork 0

ci: rename workflows

master
dump_stack() 2023-05-17 10:32:49 +00:00
parent 3de5f5e12d
commit e95e8d299f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: Debian name: Debian Cache
on: on:
workflow_dispatch: workflow_dispatch:
@ -13,7 +13,7 @@ on:
jobs: jobs:
debian-kernel-metadata-cache: debian-kernel-metadata-cache:
name: Cache metadata name: Metadata
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - 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 }} 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: debian-kernel-packages-mirror:
name: Mirror packages name: Packages
needs: debian-kernel-metadata-cache needs: debian-kernel-metadata-cache
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -39,7 +39,7 @@ jobs:
go test -parallel 1 -v ./... go test -parallel 1 -v ./...
test-end-to-end-examples: test-end-to-end-examples:
name: E2E T. Examples name: Examples
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -76,7 +76,7 @@ jobs:
path: /home/runner/.out-of-tree/logs path: /home/runner/.out-of-tree/logs
test-end-to-end: test-end-to-end:
name: E2E T. name: E2E
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 60 timeout-minutes: 60