mirror of
				https://github.com/redhat-developer/odo.git
				synced 2025-10-19 03:06:19 +03:00 
			
		
		
		
	add --jenkinsProject in PSI test script (#4716)
* adding flag --jenkinsProject to all PSI test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * adding flag --jenkinsProject to all PSI test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix typo Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
		 Anand Kumar Singh
					Anand Kumar Singh
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							d9902c312b
						
					
				
				
					commit
					e724c386f2
				
			| @@ -52,4 +52,4 @@ set -x | ||||
| curl -kLO https://github.com/mohammedzee1000/ci-firewall/releases/download/$CI_FIREWALL_VERSION/ci-firewall-linux-amd64.tar.gz | ||||
| tar -xzf ci-firewall-linux-amd64.tar.gz | ||||
|  | ||||
| ./ci-firewall request --sendqueue $SENDQUEUE --sendtopic $SENDTOPIC --sendexchange $EXCHANGE --setupscript "$SETUP_SCRIPT" --runscript "$RUN_SCRIPT" --timeout $TIMEOUT --mainbranch main | ||||
| ./ci-firewall request --sendqueue $SENDQUEUE --sendtopic $SENDTOPIC --sendexchange $EXCHANGE --setupscript "$SETUP_SCRIPT" --runscript "$RUN_SCRIPT" --jenkinsproject $JOB_NAME --timeout $TIMEOUT --mainbranch main | ||||
|   | ||||
| @@ -32,5 +32,5 @@ echo "Getting ci-firewall, see https://github.com,/mohammedzee1000/ci-firewall" | ||||
| curl -kLO https://github.com/mohammedzee1000/ci-firewall/releases/download/$CI_FIREWALL_VERSION/ci-firewall-linux-amd64.tar.gz | ||||
| tar -xzf ci-firewall-linux-amd64.tar.gz | ||||
|  | ||||
| ./ci-firewall request --mainbranch main --sendqueue $SENDQUEUE --sendtopic $SENDTOPIC --sendexchange $SENDEXCHANGE --setupscript $SETUPSCRIPT  --runscript $RUNSCRIPT  --timeout 4h00m | ||||
| ./ci-firewall request --mainbranch main --sendqueue $SENDQUEUE --sendtopic $SENDTOPIC --sendexchange $SENDEXCHANGE --setupscript $SETUPSCRIPT --jenkinsproject $JOB_NAME --runscript $RUNSCRIPT  --timeout 4h00m  | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ case $1 in | ||||
|     export SENDTOPIC=amqp.ci.topic.win.unit.send | ||||
|     export SETUPSCRIPT="scripts/setup_script_unit.sh" | ||||
|     export RUNSCRIPT="scripts/run_script_unit.sh" | ||||
|     export JOBNAME=odo-windows-unit-pr-build | ||||
|     export JOB_NAME=odo-windows-unit-pr-build | ||||
|     export SENDEXCHANGE=amqp.ci.exchange.win.unit.send  | ||||
|     ;; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user