scale-ci-pipeline
scale-ci-pipeline copied to clipboard
Repository not found for github.com/redhat-performance/perf-dept
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
--
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
Thanks @jtaleric for the suggestion. I am interested to contribute the change. Me or someone from my team will shortly be working on this.
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.