Skip to content

Updated logic for setup of artifactory instance when url is given#30

Open
naveenku-jfrog wants to merge 1 commit intomainfrom
fix/Updated-install-local-artfactory-setup
Open

Updated logic for setup of artifactory instance when url is given#30
naveenku-jfrog wants to merge 1 commit intomainfrom
fix/Updated-install-local-artfactory-setup

Conversation

@naveenku-jfrog
Copy link
Copy Markdown

What: Updated logic for setup of artifactory instance when url is given
Why: We have a need of setting up artifactory instance in many tests, but not with local instance.

@naveenku-jfrog naveenku-jfrog requested review from bhanurp and sverdlov93 and removed request for sverdlov93 April 26, 2026 07:44
echo "JFROG_TESTS_IS_EXTERNAL=true" >> $GITHUB_ENV
else
~/go/bin/local-rt-setup --connection-timeout-seconds "${RT_CONNECTION_TIMEOUT_SECONDS}"
go install github.com/jfrog/jfrog-testing-infra/local-rt-setup@${RT_SETUP_VERSION}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets add a validation for RTLIC here since input is not made as non mandatory.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RTLIC is present as secret in jfrog-cli-workflows. I don't think we should add validation of RTLIC here, since this action is just for installing and updating env variables here.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have added RTLIC as secret in jfrog-cli-workflows, adding RTLIC validation step here is not useful. RTLIC is optional for jfrog-cli workflows tests, so making it as a validation step doesn't look good.

Copy link
Copy Markdown
Contributor

@bhanurp bhanurp Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refer to changes rtlic is mandatory earlier

inputs:
  RTLIC:
    description: "Local Artifactory License."
    required: true

@naveenku-jfrog naveenku-jfrog requested a review from bhanurp April 30, 2026 09:40
@bhanurp bhanurp self-requested a review April 30, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants