Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
ci(shared): bump vendored ci files (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot authored Apr 20, 2023
1 parent 6afe046 commit 54a9833
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions ci/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: unpack_deps function for rust'
sha: f866f388e2bc4508e518d442b4782a2c8f25d2f8
commitTitle: 'fix: rust helpers'
sha: 32ff38a66a0ffa588dc1b9e245a38e83b097da32
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'chore: unpack_deps function for rust'
sha: f866f388e2bc4508e518d442b4782a2c8f25d2f8
commitTitle: 'fix: rust helpers'
sha: 32ff38a66a0ffa588dc1b9e245a38e83b097da32
path: .
path: ./vendor
kind: LockConfig
4 changes: 2 additions & 2 deletions ci/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ directories:
- path: . # Copy this folder out to ..
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: f866f388e2bc4508e518d442b4782a2c8f25d2f8
ref: 32ff38a66a0ffa588dc1b9e245a38e83b097da32
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -20,7 +20,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: f866f388e2bc4508e518d442b4782a2c8f25d2f8
ref: 32ff38a66a0ffa588dc1b9e245a38e83b097da32
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down
14 changes: 7 additions & 7 deletions ci/vendor/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ plan:
- name: pipeline-tasks
- name: repo
run:
path: pipeline-tasks/ci/vendor/tasks/check-code.sh
path: pipeline-tasks/ci/vendor/tasks/nodejs-check-code.sh
on_failure: #@ slack_failure_notification()
#@ end

Expand All @@ -89,7 +89,7 @@ plan:
- path: cargo-home
- path: cargo-target-dir
run:
path: pipeline-tasks/ci/vendor/tasks/check-code.sh
path: pipeline-tasks/ci/vendor/tasks/rust-check-code.sh
on_failure: #@ slack_failure_notification()
#@ end

Expand All @@ -111,7 +111,7 @@ plan:
outputs:
- name: bundled-deps
run:
path: pipeline-tasks/ci/vendor/tasks/cache-yarn-deps.sh
path: pipeline-tasks/ci/vendor/tasks/nodejs-cache-yarn-deps.sh
- put: bundled-deps
params:
file: bundled-deps/bundled-deps-*.tgz
Expand Down Expand Up @@ -145,7 +145,7 @@ plan:
SSH_PUB_KEY: ((staging-ssh.ssh_public_key))
JEST_TIMEOUT: 90000
run:
path: pipeline-tasks/ci/vendor/tasks/test-integration.sh
path: pipeline-tasks/ci/vendor/tasks/chart-test-integration.sh
on_failure: #@ slack_failure_notification()
#@ end

Expand Down Expand Up @@ -176,7 +176,7 @@ plan:
SSH_PRIVATE_KEY: ((staging-ssh.ssh_private_key))
SSH_PUB_KEY: ((staging-ssh.ssh_public_key))
run:
path: pipeline-tasks/ci/vendor/tasks/test-integration.sh
path: pipeline-tasks/ci/vendor/tasks/chart-test-integration.sh
on_failure: #@ slack_failure_notification()
#@ end

Expand Down Expand Up @@ -316,7 +316,7 @@ plan:
BRANCH: #@ data.values.git_charts_branch
CHARTS_SUBDIR: #@ data.values.gh_repository
run:
path: pipeline-tasks/ci/vendor/tasks/bump-image-digest.sh
path: pipeline-tasks/ci/vendor/tasks/docker-bump-image-digest.sh
- put: charts-repo-bot-branch
params:
repository: charts-repo
Expand All @@ -335,7 +335,7 @@ plan:
BOT_BRANCH: #@ data.values.git_charts_bot_branch
CHARTS_SUBDIR: #@ data.values.gh_repository
run:
path: pipeline-tasks/ci/vendor/tasks/open-charts-pr.sh
path: pipeline-tasks/ci/vendor/tasks/chart-open-charts-pr.sh
#@ end

#@ def repo_resource():
Expand Down
File renamed without changes.

0 comments on commit 54a9833

Please sign in to comment.