Skip to content

Commit

Permalink
Move osspi-scan in bbr-cli to run on every change to main [#185880562] (
Browse files Browse the repository at this point in the history
#1227)

* Move osspi-scan in bbr-cli to run on every change to main [#185880562]

* Increase timeout for flakey test [#185880562]
  • Loading branch information
ifindlay-cci authored Nov 17, 2023
1 parent fa54e80 commit a40d61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ci/pipelines/bbr-cli/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion system/deployment/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var _ = Describe("backup", func() {
ManyBbrJobsDeployment.Name,
))

Eventually(session).Should(gexec.Exit(0))
Eventually(session, "30m").Should(gexec.Exit(0))
})
})

Expand Down

0 comments on commit a40d61d

Please sign in to comment.