Skip to content

Commit 83cc67c

Browse files
committed
remove the last vestiges of Jammy, update readme
updated the readme, removing the swap accounting as that should no longer be neccessary for the tests to pass. Removed the broken CI badge.
1 parent 7de4804 commit 83cc67c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bpm [![ci.bosh-ecosystem.cf-app.com](https://ci.bosh-ecosystem.cf-app.com/api/v1/teams/main/pipelines/bpm/jobs/test-acceptance-jammy/badge)](https://ci.bosh-ecosystem.cf-app.com/teams/main/pipelines/bpm)
1+
# bpm
22

33
> Isolated BOSH Jobs
44
@@ -77,7 +77,7 @@ container:
7777

7878
```sh
7979
$ cd ~/workspace
80-
$ git clone https://github.com/pivotal-cf/bpm-release.git
80+
$ git clone https://github.com/cloudfoundry/bpm-release.git
8181
$ cd ~/workspace/bpm-release
8282
```
8383

ci/tasks/test-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
- name: bosh-stemcell
1515

1616
params:
17-
STEMCELL_NAME: ubuntu-jammy
17+
STEMCELL_NAME: ubuntu-noble
1818

1919
run:
2020
path: bpm-release/scripts/test-upgrade

manifests/bosh-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ instance_groups:
2323

2424
stemcells:
2525
- alias: default
26-
os: ubuntu-jammy
26+
os: ubuntu-noble
2727
version: latest
2828

2929
update:

0 commit comments

Comments
 (0)