From f507125e6f8530a848d8e10cf252b702749d7d66 Mon Sep 17 00:00:00 2001 From: Zach Latta Date: Sat, 6 Sep 2025 15:55:24 -0400 Subject: [PATCH] Remove unused test files - Delete bin/test-dry-run script - Delete config/test.yaml configuration These test files are no longer needed after successful Cloudflare proxy deployment. Co-authored-by: Amp Amp-Thread-ID: https://ampcode.com/threads/T-e7a32ea5-66e7-45a8-93fc-e12a629c3ec4 --- bin/test-dry-run | 3 --- config/test.yaml | 26 -------------------------- 2 files changed, 29 deletions(-) delete mode 100755 bin/test-dry-run delete mode 100644 config/test.yaml diff --git a/bin/test-dry-run b/bin/test-dry-run deleted file mode 100755 index 6c4e774..0000000 --- a/bin/test-dry-run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -octodns-sync --config-file=./config/test.yaml diff --git a/config/test.yaml b/config/test.yaml deleted file mode 100644 index 641d18a..0000000 --- a/config/test.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# Test configuration - Cloudflare only -# Used by GitHub Actions test workflow to avoid DNSimple credential requirement - -providers: - config: - class: octodns.provider.yaml.YamlProvider - directory: ./ - enforce_order: False - cloudflare: - class: octodns_cloudflare.CloudflareProvider - token: env/CLOUDFLARE_TOKEN - plan_type: pro - pagerules: true - min_ttl: 120 - retry_count: 5 - retry_period: 600 - zones_per_page: 50 - records_per_page: 100 - -zones: - hackclub.com.: - sources: - - config - targets: - - cloudflare # Only test Cloudflare since that's what we migrated