Skip to content

Commit 4444edd

Browse files
authored
hurl: add release probes for package downloads (#9)
add hurl probes for package download urls so we can smoke check release assets and catch renames earlier.
1 parent 594908a commit 4444edd

13 files changed

Lines changed: 37 additions & 1 deletion

hurl/aiken.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/aiken-lang/aiken/releases/download/v1.1.21/aiken-aarch64-apple-darwin.tar.gz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/cardano-submit-api.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/intersectmbo/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-macos.tar.gz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/dolos.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/txpipe/dolos/releases/download/v0.33.1/dolos-aarch64-apple-darwin.tar.gz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/jujutsu.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/jj-vcs/jj/releases/download/v0.38.0/jj-v0.38.0-aarch64-apple-darwin.tar.gz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/mithril.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
GET https://github.com//input-output-hk/mithril/releases/download/2423.0/mithril-2423.0-macos-arm64.tar.gz
1+
GET https://github.com/input-output-hk/mithril/releases/download/2543.1-hotfix/mithril-2543.1-hotfix-macos-arm64.tar.gz
22
User-Agent: Hyper-Jump
33
HTTP 200

hurl/neovim.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/neovim/neovim/releases/download/v0.11.6/nvim-macos-arm64.tar.gz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/oura.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/txpipe/oura/releases/latest/download/oura-aarch64-apple-darwin.tar.xz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/partner-chains-cli.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/input-output-hk/partner-chains/releases/download/v1.8.1/macos_arm64.zip
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/partner-chains-node.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/input-output-hk/partner-chains/releases/download/v1.8.1/macos_arm64.zip
2+
User-Agent: Hyper-Jump
3+
HTTP 200

hurl/reth.hurl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GET https://github.com/paradigmxyz/reth/releases/download/v1.10.2/reth-v1.10.2-aarch64-apple-darwin.tar.gz
2+
User-Agent: Hyper-Jump
3+
HTTP 200

0 commit comments

Comments
 (0)