scale-ci-pipeline icon indicating copy to clipboard operation
scale-ci-pipeline copied to clipboard

Repository not found for github.com/redhat-performance/perf-dept

Open abdasgupta opened this issue 4 years ago • 3 comments

While trying to execute scale-ci-pipeline/scale-ci-watcher.sh inside jenkins VM for for ATS-BASELINE-SCALE-TEST job, the script is looking for github.com/redhat-performance/perf-dept repo which is not available!. Hence encountered following error:


[ATS-BASELINE-SCALE-TEST] $ /bin/sh -xe /tmp/jenkins7494924406031108927.sh  set -eo pipefail set +x Login successful. You have access to 57 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". git clone https://{my token}@github.com/redhat-performance/perf-dept.git Cloning into 'perf-dept'... remote: Repository not found. fatal: repository 'https://{my token}@github.com/redhat-performance/perf-dept.git/' not found Build step 'Execute shell' marked build as failure Finished: FAILURE
--


abdasgupta avatar Apr 02 '20 11:04 abdasgupta

ack - This is due to needing an ssh-key for our automation. The solution would be to make this a param that we pass, and to make this a non-disruptive change, default to github.com/redhat-performance/perf-dept.git

Any chance you are interested in contributing this change @abdasgupta

jtaleric avatar Apr 02 '20 11:04 jtaleric

Thanks @jtaleric for the suggestion. I am interested to contribute the change. Me or someone from my team will shortly be working on this.

abdasgupta avatar Apr 02 '20 11:04 abdasgupta

Hi @jtaleric, I am from @abdasgupta 's team and will be working on the issue. I will make the required changes to scale-ci-pipeline/jjb/dynamic/scale-ci_baseline.yml for now and raise a pull request.

piyushgupta1551 avatar Apr 06 '20 05:04 piyushgupta1551