Skip to content

Commit

Permalink
use test image
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Mar 5, 2024
1 parent 44c9cbc commit d36eebe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ env:
PROJECT: acs-team-temp-dev

on:
push:
branches:
- tm/move-flavor-version-to-var
workflow_dispatch:
inputs:
automation-flavors-version:
Expand All @@ -23,7 +20,6 @@ on:
description: Infra cluster to run smoke test on (in acs-team-temp-dev project)
required: true


jobs:
debug:
runs-on: ubuntu-latest
Expand All @@ -33,8 +29,10 @@ jobs:
echo "automation-flavors version: ${{ inputs.automation-flavors-version }}"
echo "Cluster: ${{ inputs.cluster }}"
deploy: # TODO: change name
smoke-test:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
env:
KUBECONFIG: /github/home/artifacts/kubeconfig
INFRA_TOKEN_PROD: ${{ secrets.INFRA_TOKEN }}
Expand All @@ -57,7 +55,7 @@ jobs:
- name: Download production infractl
uses: stackrox/actions/infra/install-infractl@v1

- name: Download artifacts from production
- name: Download artifacts for cluster ${{ inputs.cluster }}
env:
INFRA_TOKEN: ${{ env.INFRA_TOKEN_PROD }}
run: |
Expand Down

0 comments on commit d36eebe

Please sign in to comment.