From f5de04aadcb13ae1fde934f9b927438ae23d83f9 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Mon, 10 Mar 2025 14:35:18 -0700 Subject: [PATCH] ci: stop using dockerhub token no longer needed now that public ecr exists --- buildspec/linuxIntegrationTests.yml | 4 ---- buildspec/linuxUiTests.yml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/buildspec/linuxIntegrationTests.yml b/buildspec/linuxIntegrationTests.yml index 299304ff0e6..70be786ec73 100644 --- a/buildspec/linuxIntegrationTests.yml +++ b/buildspec/linuxIntegrationTests.yml @@ -15,10 +15,6 @@ phases: install: commands: - startDocker.sh - # login to DockerHub so we don't get throttled - - export DOCKER_USERNAME=`echo $DOCKER_HUB_TOKEN | jq -r '.username'` - - export DOCKER_PASSWORD=`echo $DOCKER_HUB_TOKEN | jq -r '.password'` - - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD || true # should probably be managed as an extension/rule in any tests that need a screen available - /usr/bin/Xvfb :22 -screen 0 1920x1080x24 & diff --git a/buildspec/linuxUiTests.yml b/buildspec/linuxUiTests.yml index 2455e191762..b422ee1acba 100644 --- a/buildspec/linuxUiTests.yml +++ b/buildspec/linuxUiTests.yml @@ -21,11 +21,6 @@ phases: commands: - dnf install -y marco mate-media e2fsprogs - startDesktop.sh - - # login to DockerHub so we don't get throttled - - export DOCKER_USERNAME=`echo $DOCKER_HUB_TOKEN | jq -r '.username'` - - export DOCKER_PASSWORD=`echo $DOCKER_HUB_TOKEN | jq -r '.password'` - - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD || true - export PATH="$PATH:$HOME/.dotnet/tools" - dotnet codeartifact-creds install