Skip to content

Commit

Permalink
FIX artifactory and add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Nov 13, 2023
1 parent 1123a5e commit cc82dd5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ name: Build
on:
push:
branches: [ build ]
workflow_dispatch:
inputs:
branch:
description: 'Branch you want to build'
required: true
default: 'build'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
jenkins_url: "https://jenkins.internal.sysdig.tools/"
jenkins_user: '[email protected]'
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN }}
job_timeout: "300"
job_name: "promcat/job/exporters/job/integrations-redis-exporter"
job_params: |
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
jenkins_url: "https://jenkins.internal.sysdig.tools/"
jenkins_user: '[email protected]'
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN }}
job_timeout: "300"
job_name: "promcat/job/exporters/job/integrations-redis-exporter"
job_params: |
{
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
if: "!startswith(github.ref, 'refs/tags/v')"
run: exit 78
- name: build
uses: sysdiglabs/exporter-builder@v0.4
uses: sysdiglabs/exporter-builder@v1.1
with:
exporter: redis-exporter
artifactory_token: ${{ secrets.ARTI_TOKEN }}
artifactory_username: [email protected]
artifactory_token: ${{ secrets.GAR_DEV_RW_JSON_KEY }}
artifactory_username: _json_key
tag_name: ${{ github.event.release.tag_name }}
target: ${{ matrix.docker }}
repository: artifactory.internal.sysdig.com
repository: us-docker.pkg.dev

0 comments on commit cc82dd5

Please sign in to comment.