From 3392d5293954858e59575f414a6aa8715694fec8 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Tue, 29 Oct 2024 14:56:17 -0600 Subject: [PATCH] fix certs --- tasks.yaml | 7 +++++-- tasks/dependencies.yaml | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tasks.yaml b/tasks.yaml index d60e7ed..df545c0 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -74,6 +74,7 @@ tasks: - name: test-install description: Test the health of a Sigstore deployment actions: + - task: dependencies:certs - task: create-dev-package - task: setup:k3d-test-cluster - task: create-deploy-test-bundle @@ -82,10 +83,10 @@ tasks: - name: test-upgrade description: Test an upgrade from the latest released package to the current branch actions: + - task: dependencies:certs - task: upgrade:create-latest-tag-bundle with: - # TODO: (@WSTARR) - dependencies:certs will not be needed after release of 0.1.0-alpha.2 - dep_commands: ./uds run dependencies:create && ./uds run dependencies:certs + dep_commands: ./uds run dependencies:create - task: setup:k3d-test-cluster - task: deploy:test-bundle - task: compliance:validate @@ -100,6 +101,8 @@ tasks: - task: actions:determine-arch - task: create:package + - task: dependencies:certs + if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} - task: setup:k3d-test-cluster if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} - task: create-deploy-test-bundle diff --git a/tasks/dependencies.yaml b/tasks/dependencies.yaml index 80ddc61..4b81afc 100644 --- a/tasks/dependencies.yaml +++ b/tasks/dependencies.yaml @@ -12,7 +12,6 @@ tasks: default: ${UDS_ARCH} actions: - cmd: ./uds zarf package create src/dev-openbao/ --confirm --no-progress --architecture=${{ .inputs.architecture }} --skip-sbom ${{ .inputs.options }} - - task: certs - name: certs description: Create the certificates needed to initialize Fulcio / TSA