Skip to content

Commit 60d6dc0

Browse files
committed
DELETE: Changing tekton context to run gitea test
Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
1 parent ed7fbcb commit 60d6dc0

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

jenkins-x-tekton.yml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ pipelineConfig:
2828
- name: GKE_SA
2929
value: /secrets/bdd/sa.json
3030
- name: E2E_GIT_KIND
31-
value: github
32-
- name: E2E_GIT_SERVER
33-
value: https://github.com
31+
value: gitea
3432
- name: CHARTMUSEUM_USER
3533
valueFrom:
3634
secretKeyRef:
@@ -41,31 +39,6 @@ pipelineConfig:
4139
secretKeyRef:
4240
name: jenkins-x-chartmuseum
4341
key: BASIC_AUTH_PASS
44-
- name: E2E_PRIMARY_SCM_USER
45-
valueFrom:
46-
secretKeyRef:
47-
name: lighthouse-bot-test-github
48-
key: username
49-
- name: E2E_PRIMARY_SCM_TOKEN
50-
valueFrom:
51-
secretKeyRef:
52-
name: lighthouse-bot-test-github
53-
key: password
54-
- name: JENKINS_PASSWORD
55-
valueFrom:
56-
secretKeyRef:
57-
name: test-jenkins-user
58-
key: password
59-
- name: E2E_APPROVER_SCM_USER
60-
valueFrom:
61-
secretKeyRef:
62-
name: jenkins-x-bot-test-github
63-
key: username
64-
- name: E2E_APPROVER_SCM_TOKEN
65-
valueFrom:
66-
secretKeyRef:
67-
name: jenkins-x-bot-test-github
68-
key: password
6942
agent:
7043
image: gcr.io/jenkinsxio/builder-go-nodejs
7144
stages:
@@ -147,5 +120,5 @@ pipelineConfig:
147120
- --cache-dir=/workspace
148121
- --build-arg=VERSION=$(inputs.params.version)
149122

150-
- command: bdd/tekton/ci.sh
123+
- command: bdd/gitea/ci.sh
151124
name: runci

0 commit comments

Comments
 (0)