File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
githubactions/.github/workflows
githubactions/.github/workflows Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 name : Default
1212
1313container :
14- image : quay.io/redhat-appstudio/rhtap-task-runner:latest
14+ image : quay.io/redhat-appstudio/rhtap-task-runner:1.5
1515 options : --privileged
1616
1717# Using 'rhtap' variable group by default
Original file line number Diff line number Diff line change 5353 name : Build and send Image Update PR
5454 runs-on : ubuntu-24.04
5555 container :
56- image : quay.io/redhat-appstudio/rhtap-task-runner:latest
56+ image : quay.io/redhat-appstudio/rhtap-task-runner:1.5
5757 options : --privileged
5858 environment : production
5959
Original file line number Diff line number Diff line change 11# Generated from templates/gitops-template/.gitlab-ci.yml.njk. Do not edit directly.
22
3- image : quay.io/redhat-appstudio/rhtap-task-runner:latest
3+ image : quay.io/redhat-appstudio/rhtap-task-runner:1.5
44
55variables :
66 CI_TYPE : gitlab
Original file line number Diff line number Diff line change 11/* Generated from templates/gitops-template/Jenkinsfile.njk. Do not edit directly. */
22
3- library identifier : ' RHTAP_Jenkins@main ' , retriever : modernSCM(
3+ library identifier : ' RHTAP_Jenkins@v1.5 ' , retriever : modernSCM(
44 [$class : ' GitSCMSource' ,
55 remote : ' https://github.com/redhat-appstudio/tssc-sample-jenkins.git' ])
66
Original file line number Diff line number Diff line change 1111 name : Default
1212
1313container :
14- image : quay.io/redhat-appstudio/rhtap-task-runner:latest
14+ image : quay.io/redhat-appstudio/rhtap-task-runner:1.5
1515 options : --privileged
1616
1717# Using 'rhtap' variable group by default
Original file line number Diff line number Diff line change 6161 name : Build and send Image Update PR
6262 runs-on : ubuntu-24.04
6363 container :
64- image : quay.io/redhat-appstudio/rhtap-task-runner:latest
64+ image : quay.io/redhat-appstudio/rhtap-task-runner:1.5
6565 options : --privileged
6666 environment : production
6767
Original file line number Diff line number Diff line change 11# Generated from templates/source-repo/.gitlab-ci.yml.njk. Do not edit directly.
22
3- image : quay.io/redhat-appstudio/rhtap-task-runner:latest
3+ image : quay.io/redhat-appstudio/rhtap-task-runner:1.5
44
55variables :
66 CI_TYPE : gitlab
@@ -48,7 +48,7 @@ update-deployment:
4848 artifacts :
4949 paths :
5050 - results/
51- rules :
51+ rules :
5252 - if : $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
5353
5454acs-deploy-check :
Original file line number Diff line number Diff line change 11/* Generated from templates/source-repo/Jenkinsfile.njk. Do not edit directly. */
22
3- library identifier : ' RHTAP_Jenkins@main ' , retriever : modernSCM(
3+ library identifier : ' RHTAP_Jenkins@v1.5 ' , retriever : modernSCM(
44 [$class : ' GitSCMSource' ,
55 remote : ' https://github.com/redhat-appstudio/tssc-sample-jenkins.git' ])
66
You can’t perform that action at this time.
0 commit comments