From a40d61d11e1735400797550b0cc86508dc524b0d Mon Sep 17 00:00:00 2001 From: ifindlay-cci <84311346+ifindlay-cci@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:55:25 +0000 Subject: [PATCH] Move osspi-scan in bbr-cli to run on every change to main [#185880562] (#1227) * Move osspi-scan in bbr-cli to run on every change to main [#185880562] * Increase timeout for flakey test [#185880562] --- ci/pipelines/bbr-cli/pipeline.yml | 4 +--- system/deployment/backup_test.go | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/pipelines/bbr-cli/pipeline.yml b/ci/pipelines/bbr-cli/pipeline.yml index 3bb0ceebb..a8e603a61 100644 --- a/ci/pipelines/bbr-cli/pipeline.yml +++ b/ci/pipelines/bbr-cli/pipeline.yml @@ -980,7 +980,7 @@ jobs: - get: main trigger: true passed: - - osspi-bosh-backup-and-restore + - check-for-changes - get: bbr-artefacts passed: - check-for-changes @@ -1269,8 +1269,6 @@ jobs: - get: main params: { submodules: all } trigger: true - passed: - - check-for-changes - task: single-package-for-repo file: norsk-to-osspi/tasks/osspi/run-single-package-for-repo.yaml input_mapping: diff --git a/system/deployment/backup_test.go b/system/deployment/backup_test.go index d737140d8..d2b31360c 100644 --- a/system/deployment/backup_test.go +++ b/system/deployment/backup_test.go @@ -138,7 +138,7 @@ var _ = Describe("backup", func() { ManyBbrJobsDeployment.Name, )) - Eventually(session).Should(gexec.Exit(0)) + Eventually(session, "30m").Should(gexec.Exit(0)) }) })