From bae44b3344cabac7fc2940d74701cbedd9e9f872 Mon Sep 17 00:00:00 2001 From: krynju Date: Wed, 25 Jun 2025 14:24:23 +0200 Subject: [PATCH 1/3] ad --- test/jobs-windows-live.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jobs-windows-live.jl b/test/jobs-windows-live.jl index aeaa33fd6..7b82a591c 100644 --- a/test/jobs-windows-live.jl +++ b/test/jobs-windows-live.jl @@ -1,6 +1,6 @@ @testset "[LIVE] Windows batch job" begin windows_batch_image = try - JuliaHub.batchimage("winworkstation-batch", "default"; auth) + JuliaHub.batchimage("winworkstation-batch"; auth) catch e isa(e, JuliaHub.InvalidRequestError) || rethrow(e) @warn """ From d3c343df54e208e801de30df44c79143cec1182e Mon Sep 17 00:00:00 2001 From: krynju Date: Wed, 25 Jun 2025 14:29:05 +0200 Subject: [PATCH 2/3] add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f76922d..c816971ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +* Live tests against JuliaHub 6.10 - don't check verify that the default image option name for winworkstation-batch is "default". ([#101]) + ## Version [v0.1.14] - 2025-06-11 ### Added From 8467e920fea3193aae85a9ee1ca9bed5141183ac Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Thu, 26 Jun 2025 01:29:47 +1200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c816971ad..44f76922d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased - -### Fixed - -* Live tests against JuliaHub 6.10 - don't check verify that the default image option name for winworkstation-batch is "default". ([#101]) - ## Version [v0.1.14] - 2025-06-11 ### Added