Skip to content

Commit

Permalink
Merge pull request #627 from galasa-dev/remove-bad-task
Browse files Browse the repository at this point in the history
remove task which should have been removed
  • Loading branch information
jadecarino authored Oct 30, 2024
2 parents 28a8ef3 + 555fdaf commit 1536de7
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions pipelines/pipelines/run-tests/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,43 +120,12 @@ spec:
#
#
#
# Trigger CLI rebuild now we have confirmed ecosystem tests are running okay
- name: trigger-cli
taskRef:
name: tkn-cli
runAfter:
- run-submit
params:
- name: context
value: $(context.pipelineRun.name)/automation
- name: command
value:
- pipeline
- start
- branch-cli
- -n
- galasa-build
- --prefix-name
- trigger-cli-main
- --use-param-defaults
- --workspace
- name=git-workspace,volumeClaimTemplateFile=./pipelines/templates/git-workspace-template.yaml
- --pod-template
- ./pipelines/templates/pod-template.yaml
- --serviceaccount
- galasa-build-bot
workspaces:
- name: git-workspace
workspace: git-workspace
#
#
#
# Trigger github actions CLI Main Build workflow
- name: trigger-cli-gh
taskRef:
name: gh-workflow-trigger
runAfter:
- trigger-cli
- run-submit
params:
- name: workflowName
value: build.yml
Expand Down

0 comments on commit 1536de7

Please sign in to comment.