Skip to content

Commit f26c197

Browse files
authored
fix-repository-endpoint-for-onhost-e2e (#1046)
1 parent 6142721 commit f26c197

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/component_onhost_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
required: false
2424
type: string
2525
description: 'Repository endpoint to fetch packages from'
26-
default: "https://download.newrelic.com/preview"
26+
default: "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/preview"
2727

2828
env:
2929
UNIQUE_NAME: ${{ inputs.UNIQUE_NAME }}

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
UNIQUE_NAME: "onhost:e2e:${{ github.event.inputs.tag || github.event.release.tag_name }}"
109109
# We use single quotes so the double-quotes are passed to the sed command in the make target (see the test/provision target)
110110
EC2_FILTERS: '[\"ubuntu\",\"centos7\",\"centos8\",\"centos-stream\",\"sles-15.3\",\"sles-15.4\",\"sles-15.5\",\"redhat\",\"debian-bullseye\",\"debian-bookworm\",\"al\"]'
111+
REPOSITORY_ENDPOINT: "http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/preview"
111112
secrets:
112113
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
113114
AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}

0 commit comments

Comments
 (0)