-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-13174 RBAC tests for PMM3 #695
Conversation
.github/workflows/fb-e2e-suite.yml
Outdated
uses: ./.github/workflows/runner-e2e-tests-codeceptjs.yml | ||
secrets: inherit | ||
with: | ||
pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:dev-latest' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the default flag for dev-latest in pmm3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed tags for rbac and other pipelines that used old tags.
https://github.com/percona/pmm-qa/actions/runs/9676315706
# Conflicts: # .github/workflows/fb-e2e-suite.yml
.github/workflows/fb-e2e-suite.yml
Outdated
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:dev-latest' }} | ||
pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }} | ||
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }} | ||
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }} | ||
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterSirotnak could you also change main
to v3
for pmm_qa_branch
and pmm_ui_tests_branch
?
No description provided.