Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In order to run the Jenkinsfile you must push to the Jenkins library https://git
If you want to use a fork you must update your jenkinsfile to reference your fork repository in the jenkins file.

```
library identifier: 'RHTAP_Jenkins@main', retriever: modernSCM(
library identifier: 'RHTAP_Jenkins@v1.7', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
```
Expand Down
2 changes: 1 addition & 1 deletion generated/gitops-template/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pool:
name: Default

container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged

# Using 'rhtap' variable group by default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Build and send Image Update PR
runs-on: ubuntu-24.04
container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged
environment: production

Expand Down
2 changes: 1 addition & 1 deletion generated/gitops-template/gitlabci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from templates/gitops-template/.gitlab-ci.yml.njk. Do not edit directly.

image:
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
name: quay.io/redhat-tssc/task-runner:1.7
pull_policy: always

variables:
Expand Down
2 changes: 1 addition & 1 deletion generated/gitops-template/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Generated from templates/gitops-template/Jenkinsfile.njk. Do not edit directly. */

library identifier: 'RHTAP_Jenkins@main', retriever: modernSCM(
library identifier: 'RHTAP_Jenkins@v1.7', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])

Expand Down
2 changes: 1 addition & 1 deletion generated/source-repo/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pool:
name: Default

container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged

# Using 'rhtap' variable group by default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Build and send Image Update PR
runs-on: ubuntu-24.04
container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged
environment: production

Expand Down
2 changes: 1 addition & 1 deletion generated/source-repo/gitlabci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from templates/source-repo/.gitlab-ci.yml.njk. Do not edit directly.

image:
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
name: quay.io/redhat-tssc/task-runner:1.7
pull_policy: always

variables:
Expand Down
2 changes: 1 addition & 1 deletion generated/source-repo/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Generated from templates/source-repo/Jenkinsfile.njk. Do not edit directly. */

library identifier: 'RHTAP_Jenkins@main', retriever: modernSCM(
library identifier: 'RHTAP_Jenkins@v1.7', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])

Expand Down
1 change: 1 addition & 0 deletions hack/wait-for-gitops-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DEFAULT_INIT_IMAGES=(
'quay.io/redhat-appstudio/dance-bootstrap-app'
'registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9'
'quay.io/redhat-appstudio/rhtap-task-runner'
'quay.io/redhat-tssc/task-runner'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also do in main

)

WORK=$(mktemp -d)
Expand Down
1 change: 1 addition & 0 deletions rhtap/gather-deploy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DEFAULT_INIT_IMAGES=(
'quay.io/redhat-appstudio/dance-bootstrap-app'
'registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9'
'quay.io/redhat-appstudio/rhtap-task-runner'
'quay.io/redhat-tssc/task-runner'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also in main

)

function get-images-per-env() {
Expand Down
2 changes: 1 addition & 1 deletion templates/gitops-template/.gitlab-ci.yml.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- include "do-not-edit.njk" -%}

image:
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
name: quay.io/redhat-tssc/task-runner:1.7
pull_policy: always

variables:
Expand Down
2 changes: 1 addition & 1 deletion templates/gitops-template/azure-pipelines.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pool:
name: Default

container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged

# Using 'rhtap' variable group by default
Expand Down
2 changes: 1 addition & 1 deletion templates/gitops-template/gitops-promotion.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Build and send Image Update PR
runs-on: ubuntu-24.04
container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged
environment: production

Expand Down
2 changes: 1 addition & 1 deletion templates/partials/jenkins-library-source.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: 'RHTAP_Jenkins@main', retriever: modernSCM(
library identifier: 'RHTAP_Jenkins@v1.7', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
{{- nlnl -}}
2 changes: 1 addition & 1 deletion templates/source-repo/.gitlab-ci.yml.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- include "do-not-edit.njk" -%}

image:
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
name: quay.io/redhat-tssc/task-runner:1.7
pull_policy: always

variables:
Expand Down
2 changes: 1 addition & 1 deletion templates/source-repo/azure-pipelines.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pool:
name: Default

container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged

# Using 'rhtap' variable group by default
Expand Down
2 changes: 1 addition & 1 deletion templates/source-repo/build-and-update-gitops.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Build and send Image Update PR
runs-on: ubuntu-24.04
container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-tssc/task-runner:1.7
options: --privileged
environment: production

Expand Down