Skip to content

Commit

Permalink
Correct agent arg usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Ben committed Nov 16, 2023
1 parent 93e4250 commit e9602aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .action_templates/jobs/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ setup:
- pipeline-argument: mongodb-kubernetes-operator
- pipeline-argument: version-upgrade-hook
- pipeline-argument: readiness-probe
- pipeline-argument: mongodb-agent
- pipeline-argument: agent
- pipeline-argument: e2e
2 changes: 1 addition & 1 deletion .github/workflows/e2e-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- pipeline-argument: operator
- pipeline-argument: version-upgrade-hook
- pipeline-argument: readiness-probe
- pipeline-argument: mongodb-agent
- pipeline-argument: agent
- pipeline-argument: e2e
steps:
# template: .action_templates/steps/checkout.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- pipeline-argument: operator
- pipeline-argument: version-upgrade-hook
- pipeline-argument: readiness-probe
- pipeline-argument: mongodb-agent
- pipeline-argument: agent
- pipeline-argument: e2e
if: contains(github.event.pull_request.labels.*.name, 'dependencies') || contains(github.event.pull_request.labels.*.name,
'safe-to-test')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- pipeline-argument: operator
- pipeline-argument: version-upgrade-hook
- pipeline-argument: readiness-probe
- pipeline-argument: mongodb-agent
- pipeline-argument: agent
- pipeline-argument: e2e
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master'
|| (github.event.pull_request.head.repo.full_name == github.repository && github.actor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
release-key: version-upgrade-hook
- pipeline-argument: readiness-probe
release-key: readiness-probe
- pipeline-argument: mongodb-agent
release-key: mongodb-agent
- pipeline-argument: agent
release-key: agent

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ e2e-image: ## Build and push e2e test image

agent-image: ## Build and push agent image
python pipeline.py --image-name agent-ubuntu
python pipeline.py --image-name mongodb-agent
python pipeline.py --image-name agent

readiness-probe-image: ## Build and push readiness probe image
python pipeline.py --image-name readiness-probe
Expand Down

0 comments on commit e9602aa

Please sign in to comment.