Skip to content

Commit

Permalink
v6.0.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Jan 26, 2023
1 parent 51658d9 commit bcf6259
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
full:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: full_
Expand Down Expand Up @@ -102,10 +102,10 @@ jobs:
core.setFailed("Expected Docker manifest to have been published but output `docker_manifest_published` is false")
minimal:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0

no_test_scripts:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: no_test_scripts_
Expand All @@ -131,7 +131,7 @@ jobs:
enabled=1
default_tests:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: default_tests_
Expand All @@ -150,7 +150,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

default_tests_with_upgrades:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: default_tests_with_upgrades_
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
enabled=1
no_tests:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: no_tests_
Expand All @@ -232,7 +232,7 @@ jobs:
enabled=1
no_docker:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
with:
artifact_prefix: no_docker_
cross_build_args: --no-default-features
Expand All @@ -254,7 +254,7 @@ jobs:
enabled=1
only_docker:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: only_docker_
Expand All @@ -265,7 +265,7 @@ jobs:
docker_build_rules: pkg/rules/docker-build-rules.yml

docker_no_secrets:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
with:
artifact_prefix: docker_no_secrets_

Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
core.setFailed("Expected Docker manifest to have been published but output `docker_manifest_published` is false")
no_cross:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: no_cross_
Expand Down Expand Up @@ -339,10 +339,10 @@ jobs:
core.setFailed("Expected Docker manifest to have been published but output `docker_manifest_published` is false")
test_with_alt_pkg:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6.0.0
secrets: inherit
with:
artifact_prefix: test_with_alt_pkg_
artifact_prefix: test_with_alt_pkg

package_build_rules: |
pkg:
Expand Down

0 comments on commit bcf6259

Please sign in to comment.