-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: Build servicex Logstash dockerhub image | ||
name: Build servicey Logstash dockerhub image | ||
|
||
on: | ||
push: | ||
branches: | ||
- "servicex" | ||
- "servicey" | ||
|
||
jobs: | ||
docker: | ||
|
@@ -15,8 +15,8 @@ jobs: | |
- name: Docker Build & Push Action | ||
uses: mr-smithers-excellent/[email protected] | ||
with: | ||
image: atlasanalyticsservice/uc_ls_servicex | ||
dockerfile: Dockerfile.servicex | ||
image: atlasanalyticsservice/uc_ls_servicey | ||
dockerfile: Dockerfile.servicey | ||
tags: latest, ${{ github.sha }} | ||
registry: docker.io | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
|
@@ -27,5 +27,5 @@ jobs: | |
with: | ||
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }} | ||
repository: maniaclab/flux_apps | ||
event-type: gitops-uc-ls-servicex-app-trigger | ||
event-type: gitops-uc-ls-servicey-app-trigger | ||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ServiceX logstash collector to run at UC | ||
# ServiceY logstash collector to run at UC | ||
|
||
[![Build ServiceX Logstash dockerhub image](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/servicex.yaml/badge.svg)](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/servicex.yaml) | ||
[![Build ServiceY Logstash dockerhub image](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/servicey.yaml/badge.svg)](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/servicey.yaml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- pipeline.id: servicey | ||
path.config: "/usr/share/logstash/configs/servicey.conf" | ||
pipeline.workers: 1 | ||
# queue.type: persisted | ||
# queue.max_bytes: 4gb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters