Skip to content

Commit 3e87784

Browse files
Remove IMAGE_OS setting (#637)
1 parent acdbf28 commit 3e87784

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
16+
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: 3.8.x
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
47+
4848
- name: Delete unused stuff to save space
4949
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
5050

@@ -58,18 +58,18 @@ jobs:
5858
examples
5959
sparse-checkout-cone-mode: false
6060
token: ${{ secrets.CONNECT_PAT }}
61-
61+
6262
- name: Build docker container-image
6363
run: |
6464
cd test/connect-rsconnect-python/test/rsconnect-python/
6565
docker compose --profile rsconnect build
66-
66+
6767
- name: Restore dist
6868
uses: actions/download-artifact@v4
6969
with:
7070
name: distributions
7171
path: dist/
72-
72+
7373
- name: Run rsconnect-python Tests
7474
env:
7575
CONNECT_LICENSE: "${{ secrets.RSC_LICENSE }}"
@@ -81,7 +81,6 @@ jobs:
8181
QUARTO_VERSION: "1.4.546"
8282
# This allows us to start Connect separately in our own docker container
8383
CONNECT_SERVER: "http://localhost:3939"
84-
IMAGE_OS: "rstudio/connect:ubuntu22"
8584
remote: "yes"
8685
run: |
8786
cd integration-testing
@@ -90,7 +89,7 @@ jobs:
9089
docker compose up -d connect-cli
9190
docker compose up -d client-cli
9291
docker compose run --rm client-cli just ../test/connect-rsconnect-python/test/rsconnect-python/_start-dev
93-
92+
9493
# Videos are captured whether the suite fails or passes
9594
- name: Save videos
9695
uses: actions/upload-artifact@v4

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ jobs:
230230

231231
# This allows us to start Connect separately in our own docker container
232232
CONNECT_SERVER: "http://localhost:3939"
233-
IMAGE_OS: "rstudio/connect:ubuntu22"
234233
remote: "yes"
235234
run: |
236235
cd integration-testing

integration-testing/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ services:
1717
QUARTO_VERSION: ${QUARTO_VERSION}
1818
PY_VERSION: ${PY_VERSION}
1919
API_KEY: ${ADMIN_API_KEY}
20-
IMAGE_OS: ${IMAGE_OS}
2120

2221
# customized connect built with updated quarto version
2322
# used for nightly deploy_tests.yml that include quarto projects

0 commit comments

Comments
 (0)