Skip to content

Commit

Permalink
ci: remove oscal specific tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Oct 8, 2024
1 parent 77bd7ce commit 3f45944
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,22 @@ tasks:
- task: create-dev-package
- task: setup:k3d-test-cluster
- task: create-deploy-test-bundle
- task: compliance:validate
# TODO: OSCAL things need to be added
# - task: compliance:validate

- name: test-upgrade
description: Test an upgrade from the latest released package to the current branch
actions:
- task: upgrade:create-latest-tag-bundle
- task: setup:k3d-test-cluster
- task: deploy:test-bundle
- task: compliance:validate
# TODO: OSCAL things need to be added
# - task: compliance:validate
- task: create-dev-package
- task: create-deploy-test-bundle
- task: compliance:validate
- task: compliance:evaluate
# TODO: OSCAL things need to be added
# - task: compliance:validate
# - task: compliance:evaluate

- name: publish-package
description: Build and publish the packages
Expand Down

0 comments on commit 3f45944

Please sign in to comment.