From ab89fd46b197343a9c5342d2404c278cba4c7c85 Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Fri, 22 Nov 2024 14:44:51 +1030 Subject: [PATCH] Document the purpose of cos integration workflow (#350) --- .github/workflows/cos_integration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cos_integration.yaml b/.github/workflows/cos_integration.yaml index 806a70cc..5f6b23e8 100644 --- a/.github/workflows/cos_integration.yaml +++ b/.github/workflows/cos_integration.yaml @@ -1,3 +1,7 @@ +# This workflow runs a set of integration tests, +# using hardware-observer-operator *from charmhub* (not locally built). +# It is designed to be run periodically to catch potential issues +# from recent changes to either hardware-observer-operator or COS. name: COS Integration tests on: