Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ the rake task the first time you create your docker container, but everytime
after, as long as you do not destroy the container, you should be able to run
the specific tests.

To run the `ubuntu_${short_name}_spec.rb` tests (**assuming you've already built
To run the OS image tests in `spec/os_image/ubuntu_spec.rb` (**assuming you've already built
the OS image** at the `tmp/ubuntu_base_image.tgz` and you're within the Docker
container):

```shell
export short_name="jammy"
cd /opt/bosh/bosh-stemcell
bundle install
OS_IMAGE=/opt/bosh/tmp/ubuntu_base_image.tgz bundle exec rspec -fd spec/os_image/ubuntu_${short_name}_spec.rb
OS_IMAGE=/opt/bosh/tmp/ubuntu_base_image.tgz bundle exec rspec -fd spec/os_image/ubuntu_spec.rb
Comment thread
aramprice marked this conversation as resolved.
```

### How to Run Tests for Stemcell
Expand Down
16 changes: 8 additions & 8 deletions image-metalinks/ubuntu-jammy/ubuntu-jammy.meta4
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<metalink xmlns="urn:ietf:params:xml:ns:metalink">
<file name="ubuntu-jammy.tgz">
<hash type="sha-512">e1cfd1478deb873f8815f8fc93235f17a7803b1a5372761924b88e1e31f3b4b84a0503f42e25ec3d322eccebd6ae5386291ba5d296721d3a517eb985ac8fe61f</hash>
<hash type="sha-256">8e86442c8873ad01bf931b8fa6b5624d119c7209c0fdc7a963af55b048ed3989</hash>
<hash type="sha-1">542e1f9063ac6c5336058b1a94558e6a144e53f2</hash>
<hash type="md5">913d82745f2843bb0b0532fbc1698cda</hash>
<size>435172443</size>
<hash type="sha-512">ff2f68b3d31073f864e00366970ae6574f7a98cccce384e97fb5a83ec0b7fea5b304595f7bbfce1a0a5c978c33a1438da9e67130141b770ba450f6350e449cf9</hash>
<hash type="sha-256">656941d3bcf823f63ae269b5e0812c9df2c48fde133fa9119d5868d4f108daf5</hash>
<hash type="sha-1">c7ce2218cbdc085a7a49e1d5fd062bf8c77a3a93</hash>
<hash type="md5">df87851e050b0121e5af52d335ec802d</hash>
<size>435167024</size>
<url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/ubuntu-jammy.tgz</url>
<version>1075.0.0</version>
<version>1079.0.0</version>
</file>
<file name="usn-log.json">
<hash type="sha-512">44018019582146fc17ac3f15c277be6986afd613e481b8483cf41e838fbdfce25520364d6a3fe83400b5b838cd51b720e0484599bccc95e315fc146df1b29931</hash>
Expand All @@ -15,8 +15,8 @@
<hash type="md5">03de9e337af1c22d0e6cb40a01cc117d</hash>
<size>32713</size>
<url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/usn-log.json</url>
<version>1075.0.0</version>
<version>1079.0.0</version>
</file>
<generator>metalink-repository-resource/0.0.0</generator>
<published>2026-06-05T23:32:35.367749996Z</published>
<published>2026-06-06T14:48:32.085069046Z</published>
</metalink>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ccfcb612148e0cfe9966a4bfcb17045e4433cd19888abcba8f42fdfb7fbab238
0c1f46cfc77651b8b06e422f9266a178fb615f27702c6e3996a7cbb87625f7a7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://bosh-azure-storage-cli-artifacts.s3.us-east-1.amazonaws.com/azure-storage-cli-0.0.235-linux-amd64
https://bosh-azure-storage-cli-artifacts.s3.us-east-1.amazonaws.com/azure-storage-cli-0.0.236-linux-amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.235
0.0.236
Original file line number Diff line number Diff line change
@@ -1 +1 @@
644476a06860d2f5db38d5c03d12376382ee9df09fdb97a60ca42b73a184facd
2bd16696a66f6cfdec5044bd36a80393497bfeb6823346595d0c4491b002ffae
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://bosh-gcscli-artifacts.s3.us-east-1.amazonaws.com/bosh-gcscli-0.0.385-linux-amd64
https://bosh-gcscli-artifacts.s3.us-east-1.amazonaws.com/bosh-gcscli-0.0.386-linux-amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.385
0.0.386
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d6803598e68306155e8abf527bbfe04ecdae4fe4f05c7c048dfc744e5e109e84
d66ac48cff60b94fca07e83e4fb9510eaa11bbfe10d7aadc73fe0c93048c5efb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://bosh-s3cli-artifacts.s3.us-east-1.amazonaws.com/s3cli-0.0.405-linux-amd64
https://bosh-s3cli-artifacts.s3.us-east-1.amazonaws.com/s3cli-0.0.406-linux-amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.405
0.0.406
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.851.0
2.852.0
66 changes: 33 additions & 33 deletions stemcell_builder/stages/bosh_go_agent/assets/metalink.meta4
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
<metalink xmlns="urn:ietf:params:xml:ns:metalink">
<file name="bosh-agent-2.851.0-linux-amd64">
<hash type="sha-512">e26abf5bf3f840a1bf577ee7c544d211d7188804c897fb4e1240977b5c53ff2847e23ab7ee4d9e8346668a160de9c0329db4961a72305ab514aa7b3c58397505</hash>
<hash type="sha-256">a1e70bdb36cb788d3e513a2def9ae5a5c8210ce1339afba873f99dec514d14e0</hash>
<hash type="sha-1">1409c0e74d8926691047fc325fa1b56e7d03489c</hash>
<hash type="md5">0b47ba5649bfc883ddc1a1ac16eddb59</hash>
<file name="bosh-agent-2.852.0-linux-amd64">
<hash type="sha-512">332ee5a24befff9b9751abf531eb56824cdf915e009ba766ef14b50c165af23cdc649520aca492cac8db906e30111d8305bf77e348cb65c64f932593d6e4e498</hash>
<hash type="sha-256">acc3f514ff57797abd873291d7b3397c7b5e20f8716390d52f137fd53bebbef7</hash>
<hash type="sha-1">f9d13300fa816741e0553df1a4445b67961abb2d</hash>
<hash type="md5">88820119036d0928875776ca8a4af1e4</hash>
<size>22122821</size>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/bosh-agent-2.851.0-linux-amd64</url>
<version>2.851.0</version>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/bosh-agent-2.852.0-linux-amd64</url>
<version>2.852.0</version>
</file>
<file name="bosh-agent-2.851.0-windows-amd64.exe">
<hash type="sha-512">1eba3a289ac816c5e4a9cd3524a4d9d7565db2e1fa68f3f1f75071d212067c08c7058c66a9b66811db0d9d7afb39be297a7b1072013399fbfd7ceeb27985f5d3</hash>
<hash type="sha-256">7c1e29b7e3c2af45f6a62f8e25c957e4a55040d68636902568d899a5d323c112</hash>
<hash type="sha-1">5a230726d76fcbef67ae73029bade9922e7ccb7f</hash>
<hash type="md5">aa3fd06b6dec7ef6b89bbc7243d9f7dd</hash>
<size>21970432</size>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/bosh-agent-2.851.0-windows-amd64.exe</url>
<version>2.851.0</version>
<file name="bosh-agent-2.852.0-windows-amd64.exe">
<hash type="sha-512">fba4a14f78b798c3dcee072f7f9c6a08abf74f0fd5e2612f33dc087b3a21868e33e61ceb39a56c1eed350d6a3bb6a95bfb610de620961c2e3706adb0f36cba6b</hash>
<hash type="sha-256">eb9b5f26b9438ece5f4f24b70db46b8222e71b207ec12fca3261bbc24959fdc2</hash>
<hash type="sha-1">2ac9da1644c836ab7326a19e42af3586ae998b32</hash>
<hash type="md5">1e5d2a1648092cfb73737a2c5d31be30</hash>
<size>21970944</size>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/bosh-agent-2.852.0-windows-amd64.exe</url>
<version>2.852.0</version>
</file>
<file name="bosh-agent-pipe-2.851.0-windows-amd64.exe">
<hash type="sha-512">b507e5167597de420d901253316fdb21fd6f978cda54aee222e51db73275bfce6abb26f4473e8f64e104bc49a15201226ede0fe170763d03f5ba01fe296a9505</hash>
<hash type="sha-256">af3ce8123754053252cc5ab3d6a7e0139dae17a051cf6103095bf9250f649deb</hash>
<hash type="sha-1">1d7fc754ed32fa41090ce3ddf95e93e491191010</hash>
<hash type="md5">d47997042b38ff52455223fd428d02f2</hash>
<file name="bosh-agent-pipe-2.852.0-windows-amd64.exe">
<hash type="sha-512">8d95cbcb1e23ab81cfb884cdcf9f6db2b604623776034a04459a4e0d4372227abb50e370b9fe1eff1c277dc34741e4af0ecb6f9c7d0061b5d08071726f9c8c97</hash>
<hash type="sha-256">e87f467c5f0254437dd33aac392c29b5e4c68a78fdff522f10cf569491c263af</hash>
<hash type="sha-1">89682658edec43c05b86b0b9fbdda5dc3d4d7b64</hash>
<hash type="md5">d7768248330549d65c9b2ff3ea016277</hash>
<size>9023488</size>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/bosh-agent-pipe-2.851.0-windows-amd64.exe</url>
<version>2.851.0</version>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/bosh-agent-pipe-2.852.0-windows-amd64.exe</url>
<version>2.852.0</version>
</file>
<file name="git-sha-2.851.0">
<hash type="sha-512">b3456a0859941b6cb3ef1064ff497b6ecf207fdd922f7df793ede9f6624269ec9f0f04e4c071b60af8cc0b561ab75e186c8bf351408d9b202c832727a8f83d39</hash>
<hash type="sha-256">533d0d43f66b48fdb780dc1ee5d14b1e4b81ac4c1be0303fe22edb5107ac43ff</hash>
<hash type="sha-1">43d1db651bf87e3c1228665dcdf7ca8d520b21d7</hash>
<hash type="md5">0a1ac59345d697ff6745401aa32e3a90</hash>
<file name="git-sha-2.852.0">
<hash type="sha-512">9075fec0295e986aa95bfa9de8bb40e26e0932b05af5e8e666fe35f6c6e21944d5395b4efa047e91b2332d56e751563f13b7a68e7e9f2f8c9b28c82f7d15c7f4</hash>
<hash type="sha-256">7f7c0d8e0a7213855d75459be82aa25fea12de33a3539931a324e655fbeb5e69</hash>
<hash type="sha-1">6af2c57a4cc2437d26859f49c1c2a6f0672291c8</hash>
<hash type="md5">85872b0eae97abb6f174cebf373b4bda</hash>
<size>9</size>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/git-sha-2.851.0</url>
<version>2.851.0</version>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/git-sha-2.852.0</url>
<version>2.852.0</version>
</file>
<file name="service_wrapper-2.851.0.xml">
<file name="service_wrapper-2.852.0.xml">
<hash type="sha-512">fe22cd6fd90ded459b08385497032f2de4022f712dc753dc026ffbc024d3cdd5007f68886f0d4dd8a7832ece138455c3320ce65b72eec054ed3717f6212a7567</hash>
<hash type="sha-256">a1f4729600504b0cc026ff5e826bb403b43a564780e091d01e0ab7bacb15906a</hash>
<hash type="sha-1">a5a1e59f6bfaa23bffb85a6647bfbc3df1dbf594</hash>
<hash type="md5">c0e9e8c1a9510c750742534ba431530b</hash>
<size>708</size>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/service_wrapper-2.851.0.xml</url>
<version>2.851.0</version>
<url>https://s3-external-1.amazonaws.com/bosh-agent-binaries/service_wrapper-2.852.0.xml</url>
<version>2.852.0</version>
</file>
<generator>metalink-repository-resource/0.0.0</generator>
<published>2026-05-30T14:33:27.215828316Z</published>
<published>2026-06-02T20:37:38.94033158Z</published>
</metalink>
Binary file added vendor/package/ast-2.4.3.gem
Binary file not shown.
Binary file added vendor/package/json-2.19.8.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/package/lint_roller-1.1.0.gem
Binary file not shown.
Binary file added vendor/package/parallel-1.28.0.gem
Binary file not shown.
Binary file added vendor/package/parser-3.3.11.1.gem
Binary file not shown.
Binary file added vendor/package/prism-1.9.0.gem
Binary file not shown.
Binary file added vendor/package/racc-1.8.1.gem
Binary file not shown.
Binary file added vendor/package/rainbow-3.1.1.gem
Binary file not shown.
Binary file added vendor/package/regexp_parser-2.12.0.gem
Binary file not shown.
Binary file added vendor/package/rubocop-1.84.2.gem
Binary file not shown.
Binary file added vendor/package/rubocop-ast-1.49.1.gem
Binary file not shown.
Binary file added vendor/package/rubocop-performance-1.26.1.gem
Binary file not shown.
Binary file added vendor/package/ruby-progressbar-1.13.0.gem
Binary file not shown.
Binary file added vendor/package/standard-1.54.0.gem
Binary file not shown.
Binary file added vendor/package/standard-custom-1.0.2.gem
Binary file not shown.
Binary file added vendor/package/standard-performance-1.9.0.gem
Binary file not shown.
Binary file added vendor/package/unicode-display_width-3.2.0.gem
Binary file not shown.
Binary file added vendor/package/unicode-emoji-4.2.0.gem
Binary file not shown.
Loading