mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 10:19:24 -06:00
Max/fix nightly (#3316)
* Nightly benchmarks * dispatch * del comment brnach * merge conflict * mysql-dolt * change if or to double brackets
This commit is contained in:
committed by
GitHub
parent
0a913d1a63
commit
c64e913ce4
@@ -43,7 +43,7 @@ timeprefix=$(date +%Y/%m/%d)
|
||||
actorprefix="$MODE/$ACTOR/$actorShort"
|
||||
|
||||
format="markdown"
|
||||
if [ "$MODE" = "release" ]; then
|
||||
if [[ "$MODE" = "release" || "$MODE" = "nightly" ]]; then
|
||||
format="html"
|
||||
fi
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ timeprefix=$(date +%Y/%m/%d)
|
||||
actorprefix="$MODE/$ACTOR/$actorShort"
|
||||
|
||||
format="markdown"
|
||||
if [ "$MODE" = "release" ]; then
|
||||
if [[ "$MODE" = "release" || "$MODE" = "nightly" ]]; then
|
||||
format="html"
|
||||
fi
|
||||
|
||||
|
||||
10
.github/workflows/ci-nightly.yaml
vendored
10
.github/workflows/ci-nightly.yaml
vendored
@@ -24,10 +24,6 @@ jobs:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-west-2
|
||||
- uses: xt0rted/pull-request-comment-branch@v1
|
||||
id: comment-branch
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Create and Auth kubeconfig
|
||||
run: |
|
||||
echo "$CONFIG" > kubeconfig
|
||||
@@ -44,17 +40,17 @@ jobs:
|
||||
FROM_VERSION: '8.0.28'
|
||||
TO_SERVER: 'dolt'
|
||||
TO_VERSION: ${{ github.sha }}
|
||||
MODE: 'release'
|
||||
MODE: 'nightly'
|
||||
ACTOR: ${{ github.actor }}
|
||||
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
KUBECONFIG: "./kubeconfig"
|
||||
TEMPLATE_SCRIPT: "./.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh"
|
||||
TEMPLATE_SCRIPT: "./.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh"
|
||||
- name: Run correctness
|
||||
id: run-correctness
|
||||
run: ./.github/scripts/sql-correctness/run-correctness.sh
|
||||
env:
|
||||
TO_VERSION: ${{ github.sha }}
|
||||
MODE: 'release'
|
||||
MODE: 'nightly'
|
||||
ACTOR: ${{ github.actor }}
|
||||
ACTOR_EMAIL: 'max@dolthub.com'
|
||||
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user