Skip to content

Commit

Permalink
adding retention to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia committed Mar 1, 2024
1 parent 252f9e2 commit 75dccef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing_and_publishing_OLM_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
name: olm-artifact
path: "/home/runner/work/messaging-topology-operator/messaging-topology-operator/OLM-Package-Repo/generate_OLM/generate_OLM_messaging_topology_operator/upload/"
retention-days: 2

test-olm-package:
name: Tests the OLM packaging
Expand Down Expand Up @@ -110,8 +111,6 @@ jobs:
export ENVIRONMENT=openshift
kubectl config use-context admin
./OLM-Package-Repo/testfiles/install-rabbitmq-messaging-topology-operator.sh $BUNDLE_VERSION
git clone https://github.com/rabbitmq/messaging-topology-operator -b fix_tls_system_test_embedded_namespace
cd messaging-topology-operator
rm ./system_tests/tls_system_test.go
export K8S_OPERATOR_NAMESPACE=rabbitmq-system-olm
make install-tools
Expand Down

0 comments on commit 75dccef

Please sign in to comment.