From 60a848b303e60545a96504599c885fd9cb30aa36 Mon Sep 17 00:00:00 2001 From: Alexander Berez Date: Sat, 13 May 2023 13:15:06 -0700 Subject: [PATCH 1/2] Fix ruby web fixture app --- integration/assets/go_calls_ruby/Gemfile | 2 ++ integration/assets/go_calls_ruby/Gemfile.lock | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/integration/assets/go_calls_ruby/Gemfile b/integration/assets/go_calls_ruby/Gemfile index 79537e0e2c4..27b8b738f76 100644 --- a/integration/assets/go_calls_ruby/Gemfile +++ b/integration/assets/go_calls_ruby/Gemfile @@ -1,2 +1,4 @@ source 'https://rubygems.org' ruby '~> 3.0' + +gem 'webrick' diff --git a/integration/assets/go_calls_ruby/Gemfile.lock b/integration/assets/go_calls_ruby/Gemfile.lock index 39da238b129..1cfcccdbf9a 100644 --- a/integration/assets/go_calls_ruby/Gemfile.lock +++ b/integration/assets/go_calls_ruby/Gemfile.lock @@ -1,9 +1,10 @@ GEM remote: https://rubygems.org/ specs: + webrick (1.8.1) PLATFORMS ruby DEPENDENCIES - + webrick From 5ee2e79b79b4a2a4c9c29edb2d300d525ffb1295 Mon Sep 17 00:00:00 2001 From: Al Berez Date: Sat, 13 May 2023 14:20:24 -0700 Subject: [PATCH 2/2] Switch to the private TS pool --- .github/workflows/cf-env-setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cf-env-setup.yml b/.github/workflows/cf-env-setup.yml index 83b4f1c019c..e3bce85ee3b 100644 --- a/.github/workflows/cf-env-setup.yml +++ b/.github/workflows/cf-env-setup.yml @@ -27,8 +27,8 @@ jobs: env: api_token: ${{ secrets.TOOLSMITHS_API_TOKEN }} hostname: ${{ secrets.TOOLSMITHS_HOSTNAME }} - notes: CF CLI Github Actions Integration Tests - pool_name: cf-deployment + notes: GHA CF CLI Integration Tests run_id: ${{ github.event.workflow_run.id }} + pool_name: devex_cfd run: | while true; do curl -s --show-error -D >(tee headers.txt >&2) -H 'Accept: application/json' \