Skip to content

Commit dd8f4fe

Browse files
Merge pull request #173 from Pix4D/cleanups
Cleanups
2 parents 812989d + 85de58c commit dd8f4fe

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Taskfile.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ tasks:
169169
- task: test:acceptance:chat-message-only-simplest-possible
170170
- task: test:acceptance:chat-message-only-file
171171
- task: test:acceptance:default-log
172+
- task: test:acceptance:gh-app-status
172173

173174
test:acceptance:chat-only-summary:
174175
desc: Run a pipeline job to test default chat
@@ -218,6 +219,12 @@ tasks:
218219
- task: trigger-job
219220
vars: {JOB: default-log}
220221

222+
test:acceptance:gh-app-status:
223+
desc: Run a pipeline job to test auth via a GitHub App
224+
cmds:
225+
- task: trigger-job
226+
vars: {JOB: gh-app-status}
227+
221228
browser:
222229
desc: "Show code coverage in browser (usage: task test:<subtarget> browser)"
223230
cmds:

pipelines/cogito-acceptance.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource_types:
1212
check_every: 24h
1313
source:
1414
repository: pix4d/cogito
15-
tag: ((cogito-tag))
15+
tag: "((cogito-tag))"
1616

1717
###########################################################
1818

@@ -75,13 +75,15 @@ resources:
7575
source:
7676
uri: https://github.com/((github-owner))/((repo-name)).git
7777
branch: ((target-branch))
78+
disable_ci_skip: true # This is required on Pix4D CI only
7879

7980
- name: cogito-repo.git
8081
type: git
8182
check_every: 24h
8283
source:
8384
uri: https://github.com/Pix4D/cogito.git
8485
branch: ((cogito-branch))
86+
disable_ci_skip: true # This is required on Pix4D CI only
8587

8688
###########################################################
8789

@@ -176,7 +178,7 @@ jobs:
176178
params:
177179
state: success
178180

179-
- name: cogito-gh-app-status
181+
- name: gh-app-status
180182
max_in_flight: 1
181183
plan:
182184
- get: target-repo.git

0 commit comments

Comments
 (0)