Skip to content

Commit

Permalink
fix(ci): remove PR_NUMBER from get-version (#1257) (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Apr 2, 2024
1 parent 9cee35d commit 3b841b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
GITHUB_RELEASE_CLOUD=1
# Debug
echo "GITHUB_RELEASE_TYPE is: $GITHUB_RELEASE_TYPE"
echo "GITHUB_RELEASE_BRANCH_PR_NUMBER is: $GITHUB_RELEASE_BRANCH_PR_NUMBER"
echo "GITHUB_RELEASE_BRANCH_PR_NUMBER is: $GITHUB_RELEASE_BRANCH_PR_NUMBER" # We do leave this here as debug help.
echo "GITHUB_RELEASE_CLOUD is: $GITHUB_RELEASE_CLOUD"
# Github ouputs
echo "release=`echo $GITHUB_RELEASE_BRANCH_PR_NUMBER`.`date +%s`.`echo ${{ github.sha }} | cut -c -7`" >> $GITHUB_OUTPUT
echo "release=`date +%s`.`echo ${{ github.sha }} | cut -c -7`" >> $GITHUB_OUTPUT
echo "release_type=$GITHUB_RELEASE_TYPE" >> $GITHUB_OUTPUT
echo "release_cloud=$GITHUB_RELEASE_CLOUD" >> $GITHUB_OUTPUT
else
Expand Down

23 comments on commit 3b841b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 3 0 23 86.96 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
BRRDRM1 index_id=6703 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRMU1 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
39 7 0 46 84.78 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
not10 The down notification of host_1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification
BRRDRM1 index_id=6703 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRMU1 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRM1 index_id=6478 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRMU1 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 3 0 23 86.96 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
BRRDRM1 index_id=6680 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRMU1 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
39 4 0 43 90.70 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
BRRDRM1 index_id=6506 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRMU1 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BDBM1 The stats file should contain at least 6 + 1 connections to the database. 0.000 s Sql

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
8 2 0 10 80.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
BRRDRM1 index_id=6541 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd
BRRDRMU1 Data before RRD rebuild contain index_id % 3. The expected average is 100 if modulo==0, 75 if modulo==1, 0 if modulo==2 . 0.000 s Rrd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
24 2 0 26 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
24 2 0 26 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
24 2 0 26 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
24 2 0 26 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
24 2 0 26 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

Please sign in to comment.