Skip to content

Commit

Permalink
Use the test branch for all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Jul 12, 2023
1 parent c5036b3 commit c544936
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,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@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble

no_test_scripts:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: no_test_scripts_
Expand All @@ -135,7 +135,7 @@ jobs:
enabled=1
default_tests:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: default_tests_
Expand All @@ -155,7 +155,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

default_tests_with_upgrades:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: default_tests_with_upgrades_
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
enabled=1
no_tests:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: no_tests_
Expand All @@ -238,7 +238,7 @@ jobs:
enabled=1
no_docker:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
with:
artifact_prefix: no_docker_
cross_build_args: --no-default-features
Expand All @@ -260,7 +260,7 @@ jobs:
enabled=1
only_docker:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: only_docker_
Expand All @@ -271,7 +271,7 @@ jobs:
docker_build_rules: pkg/rules/docker-build-rules.yml

docker_no_secrets:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
with:
artifact_prefix: docker_no_secrets_

Expand Down Expand Up @@ -300,7 +300,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@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: no_cross_
Expand Down Expand Up @@ -343,7 +343,7 @@ 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@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: test_with_alt_pkg
Expand All @@ -368,7 +368,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

test_with_alt_cargo_toml:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@77-prepare-container-step-loops-forever-if-cloud-init-has-trouble
secrets: inherit
with:
artifact_prefix: test_with_alt_cargo_toml
Expand Down

0 comments on commit c544936

Please sign in to comment.