Skip to content

Removing already existing vendor repo#7127

Open
dennycjacob wants to merge 1 commit into
adoptium:masterfrom
dennycjacob:fix_vendor_repo_error
Open

Removing already existing vendor repo#7127
dennycjacob wants to merge 1 commit into
adoptium:masterfrom
dennycjacob:fix_vendor_repo_error

Conversation

@dennycjacob

Copy link
Copy Markdown
Contributor

While running Perf_Pipeline , the runs were failing because of this error:

+ git clone -q --depth 1 -b main git@github.ibm.com:runtimes/rt-performance.git vendorRepo
fatal: destination path 'vendorRepo' already exists and is not an empty directory.
[Pipeline] }

https://hyc-runtimes-jenkins.swg-devops.com/job/Perf_Pipeline_JDK21/416/console

Added a step to remove the vendor repo before cloning.

 - Signed-off-by : Denny Chacko Jacob
@dennycjacob dennycjacob force-pushed the fix_vendor_repo_error branch from 2c85fe1 to 735d1f8 Compare May 22, 2026 14:53
@dennycjacob

Copy link
Copy Markdown
Contributor Author

Perf_Pipeline is now running after the changes:
https://hyc-runtimes-jenkins.swg-devops.com/job/Perf_Pipeline_JDK21/420/

@sophia-guo

Copy link
Copy Markdown
Contributor

This is workspace pollution. Instead of removing this specific directory, cleanWs step should be added to two node blocks.

To verify we need to run the job on same agents.

karianna
karianna previously approved these changes Jun 3, 2026
@karianna karianna self-requested a review June 3, 2026 02:15
@karianna karianna dismissed their stale review June 3, 2026 02:15

incorrect PR

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.

3 participants